Local Hosting or VPS
Support On Vps Only !
π Deploying With Legacy Method :
Get ready with atleast Mandatory Vars in a .env config file.
1. Upgrade and Update :
sudo apt-get update && sudo apt-get upgrade -y
2. Installing Required Packages :
sudo apt-get install python3-pip ffmpeg -y
3. Setting up PIP
sudo pip3 install -U pip
4. Installing Node
curl -fssL https://deb.nodesource.com/setup_17.x | sudo -E bash - && sudo apt-get install nodejs -y && npm i -g npm
5. Clone the Repository
git clone https://github.com/TeamInflex/InflexMusicBot && cd InflexMusicBot
6. Install Requirements
pip3 install -U -r requirements.txt
7. Create .env with sample.env
cp sample.env .env
Edit .env with your vars
8. Editing Vars :
vi .env
Edit .env with your values or you can simple copy a config from here and paste it to your notepad, then edit and paste there.
Press I
button on keyboard to start editing.
Press Ctrl + C
once you are done with editing vars and type :wq
to save .env or :qa
to exit editing.
9. Now Install tmux
sudo apt install tmux && tmux
10. Finally Run Inflex Music Bot
python3 -m InflexMusic
Last updated