Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.31 KB

WINDOWS-STEP.md

File metadata and controls

34 lines (29 loc) · 1.31 KB

Step by step for Windows

  1. Install FFmpeg
  • Download FFmpeg.
  • Extract the content.
  • Rename the folder extracted to ffmpeg.
  • Copy/Paste the folder into C:\.
  • Edit the system environment variables and add the path C:\ffmpeg\bin.
  1. Install Python
  • Download Python.
  • Launch the .exe file and don't forget to tick the option "Add python.exe to PATH"
  1. Install NodeJs
  • Download NodeJs.
  • Launch the .msi file.
  1. Install Yarn
  • Download Yarn
  • Launch the .msi file.
  1. Install Bot
  • Download this repository.
  • Extract the content.
  • Modify the file .env file like in Configuration.
  • Open a command console into the root directory.
  • (Optional) You can run these commands to check previous installations:
    • ffmpeg --version
    • python --version
    • node --version
    • yarn --version
  • Run the command yarn install to install dependencies.
  • Then the command yarn prod to start bot.