X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=13786a05856583b40ebaf4719d869da696c7c5fb;hb=6a16411b245b8eb0aecf9ef4e81c32769fc44d67;hp=334884beee9d92b8ca2880740766c5c6d9da9b65;hpb=0c838fc95ce371a2914e1f572e947eab5e6b375e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 334884bee..13786a058 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t - [X] Stats - [X] Friends list - [X] Manage users (create/remove) +- [ ] OpenGraph tags - [ ] User playlists - [ ] User subscriptions (by tags, author...) - [ ] Signaling a video to the admin pod @@ -168,6 +169,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: