mirror of
https://github.com/mikedilger/chorus.git
synced 2026-04-03 06:41:16 +00:00
docs: uninstall
This commit is contained in:
parent
7f45c3e339
commit
1674b2f646
@ -173,3 +173,13 @@ You can watch the logs with a command like this
|
||||
sudo journalctl -f -u chorus.service
|
||||
```
|
||||
|
||||
## Uninstalling
|
||||
|
||||
```bash
|
||||
sudo systemctl disable chorus.service
|
||||
sudo rm -f /etc/nginx/sites-available/chorus.nginx.conf
|
||||
sudo rm -f /etc/nginx/sites-enabled/chorus.nginx.conf
|
||||
sudo systemctl restart nginx.service
|
||||
sudo rm -rf /opt/chorus
|
||||
sudo userdel chorus
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user