diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-21 14:52:21 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-26 20:28:34 +0200 |
commit | 643a5fc5185ff9829313f22dc76db6b7e173fb49 (patch) | |
tree | a428f365a9a80efebcddc0806d2c31ff5ce1fdfb /README.md | |
parent | 84c4be6b7835ef2c72002046df171c23bde4462a (diff) | |
download | PeerTube-643a5fc5185ff9829313f22dc76db6b7e173fb49.tar.gz PeerTube-643a5fc5185ff9829313f22dc76db6b7e173fb49.tar.zst PeerTube-643a5fc5185ff9829313f22dc76db6b7e173fb49.zip |
Add upgrade informations in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -172,6 +172,14 @@ You can check the application (CORS headers, tracker websocket...) by running: | |||
172 | 172 | ||
173 | $ NODE_ENV=production npm run check | 173 | $ NODE_ENV=production npm run check |
174 | 174 | ||
175 | ### Upgrade | ||
176 | |||
177 | The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application: | ||
178 | |||
179 | # systemctl stop peertube | ||
180 | $ npm run upgrade | ||
181 | # systemctl start peertube | ||
182 | |||
175 | ### Other commands | 183 | ### Other commands |
176 | 184 | ||
177 | To print all available command run: | 185 | To print all available command run: |