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.
|
3 years ago | |
---|---|---|
sopel-bot | 5 years ago | |
systemd | 5 years ago | |
www | 5 years ago | |
.gitignore | 5 years ago | |
README.md | 5 years ago | |
install.sh | 5 years ago | |
schalter.py | 5 years ago | |
spaceapi.json | 3 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