mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
Update DEPLOYING.md
Add steps to update chorus. Not sure if I missed anything here, but this is what I just did and it seemed to work ok.
This commit is contained in:
parent
c4720b6407
commit
02d1fbd5d3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user