diff options
author | SVNET Libre <svnet@brique.svnet.fr> | 2018-02-21 17:05:21 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-21 17:05:21 +0100 |
commit | a640b861b985413992867a7d9b68a1e3ba7fe570 (patch) | |
tree | 0a6fbeb54e63bdb73e3f28d2ffafd9a5ba1901d5 | |
parent | 5a8eac36a7599cc28aa2a34a34e6d5e8116b7c39 (diff) | |
download | PeerTube-a640b861b985413992867a7d9b68a1e3ba7fe570.tar.gz PeerTube-a640b861b985413992867a7d9b68a1e3ba7fe570.tar.zst PeerTube-a640b861b985413992867a7d9b68a1e3ba7fe570.zip |
Update Production Guide (#309)
* Update Production Guide
Pull Request #308
* change the execution of the script
-rw-r--r-- | support/doc/production.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 6d6cd68f8..9241ab615 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -155,7 +155,6 @@ $ cd /var/www/peertube/peertube-latest && NODE_CONFIG_DIR=/var/www/peertube/conf | |||
155 | 155 | ||
156 | ``` | 156 | ``` |
157 | $ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh | 157 | $ cd /var/www/peertube/peertube-latest/scripts && sudo -u peertube ./upgrade.sh |
158 | $ diff /var/www/peertube/versions/peertube-${VERSION}/config/production.yaml.example /var/www/peertube/config/production.yaml | ||
159 | $ sudo systemctl restart peertube && sudo journalctl -fu peertube | 158 | $ sudo systemctl restart peertube && sudo journalctl -fu peertube |
160 | ``` | 159 | ``` |
161 | 160 | ||