AdrienPensart / musicbot

Music swiss army knife

Home Page:https://musicbot.ovh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create a docker

AdrienPensart opened this issue · comments

  • git clone
  • install dependencies
  • deploy nginx
  • gunicorn
  • configure logging

sudo ln -s /home/ubuntu/musicbot/scripts/musicbot.service /etc/systemd/system
sudo systemctl --system daemon-reload
sudo systemctl enable musicbot
sudo systemctl start musicbot

Superseded by #23