You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
sopel-bot | 4 years ago | |
systemd | 4 years ago | |
www | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
install.sh | 4 years ago | |
schalter.py | 4 years ago | |
spaceapi.json | 2 years ago |
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