]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - README.md
Client: fix handle refresh token
[github/Chocobozzz/PeerTube.git] / README.md
index 334884beee9d92b8ca2880740766c5c6d9da9b65..bff2c4e60c460d0fd71dc6e314f8a6b18f7ed5a1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -168,6 +168,18 @@ Finally, run the server with the `production` `NODE_ENV` variable set.
 
 **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd
 
+You can check the application (CORS headers, tracker websocket...) by running:
+
+    $ NODE_ENV=production npm run check
+
+### Upgrade
+
+The following commands will upgrade the source (according to your current branch), upgrade node modules and rebuild client application:
+
+    # systemctl stop peertube
+    $ npm run upgrade
+    # systemctl start peertube
+
 ### Other commands
 
 To print all available command run: