X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=13786a05856583b40ebaf4719d869da696c7c5fb;hb=4fab6acb45ceb776dfbcca40519d0522d9f658f7;hp=cb3e83f3e8ad7b6bc9374fd48542e11e87a94198;hpb=844e39c2f843c6e2db81699176f13972c29c42fa;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index cb3e83f3e..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 @@ -172,6 +173,14 @@ 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: