diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -168,6 +168,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set. | |||
168 | 168 | ||
169 | **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd | 169 | **Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd |
170 | 170 | ||
171 | You can check the application (CORS headers, tracker websocket...) by running: | ||
172 | |||
173 | $ NODE_ENV=production npm run check | ||
174 | |||
171 | ### Other commands | 175 | ### Other commands |
172 | 176 | ||
173 | To print all available command run: | 177 | To print all available command run: |