Local Hosting or VPS
Supports Debian/Linux/Ubuntu and others.
π Running with Legacy Method
1. Upgrade and Update:
sudo apt update && apt upgrade -y2. Installing Required Packages
sudo apt install git curl python3-pip ffmpeg -y3. Setting up PIP
pip3 install -U pip4. Installing Node
curl -sL https://deb.nodesource.com/setup_16.x | bash -sudo apt-get install -y nodejsnpm i -g npm5. Installing Process Manager
6. Clone the Repository & Open the Directory
7. Install Requirements
8. Create .env with example.env
9. Editing Vars in .env with your own Values
10. Finally Run the Bot
Last updated