-
-
Notifications
You must be signed in to change notification settings - Fork 280
Deploying to VPS
Levi edited this page Oct 14, 2022
·
7 revisions
-
Install Docker Compose
sudo apt install docker-compose
-
Clone the repository
git clone https://github.com/l3v11/SearchX.git cd SearchX
-
Configure the bot
cp config_sample.env config.env nano config.env
-
Build and run the app with Compose
sudo docker-compose up