genofire 667ee2f3d2 | ||
---|---|---|
sopel-bot | ||
systemd | ||
www | ||
.gitignore | ||
README.md | ||
install.sh | ||
schalter.py | ||
spaceapi.json |
README.md
Dependencies
- python3
- nginx
- sopel
Install
cd ~/Eingangsschalter
sudo ./install.sh
Afterwards
- configurate nginx
- configurate sopel
- edit ~/.sopel/default.cfg
- restart ircbot with
sudo systemctl restart ircbot
or runsudo ./install.sh
again
Update
cd ~/Eingangsschalter
git pull
sudo ./install.sh