Add upgrade informations in README
This commit is contained in:
parent
84c4be6b78
commit
643a5fc518
|
@ -172,6 +172,14 @@ You can check the application (CORS headers, tracker websocket...) by running:
|
||||||
|
|
||||||
$ NODE_ENV=production npm run check
|
$ 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
|
### Other commands
|
||||||
|
|
||||||
To print all available command run:
|
To print all available command run:
|
||||||
|
|
Loading…
Reference in New Issue