Merge pull request #12 from pjv/pjv-patch-1

Update DEPLOYING.md
This commit is contained in:
Michael Dilger 2024-02-24 08:22:36 +13:00 committed by GitHub
commit f7276d6ce8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,6 +174,16 @@ You can watch the logs with a command like this
sudo journalctl -f -u chorus.service
```
## Updating
````bash
cd /opt/chorus/src/chorus
git pull
cargo build --release
sudo install --mode=0700 --owner=chorus ./target/release/chorus /opt/chorus/sbin/chorus
sudo install --mode=0700 --owner=chorus ./target/release/dump /opt/chorus/sbin/dump
sudo systemctl restart chorus.service
````
## Uninstalling
```bash