X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=975ec169543e2b681139b54b70914a275c024b34;hb=32e574750a7b06699073ac8e98aeebaf2fa8a82d;hp=9dab73d0909d2a20e481429cf06560194a8274d7;hpb=732bd032409c7ccee44654b26ea1394478c63212;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 9dab73d09..975ec1695 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,12 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t - [ ] Validate the prototype (test PeerTube in a real world with many pods and videos) - [ ] Manage API breaks - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) -- [ ] Admin panel - - [ ] Stats about videos +- [X] Admin panel + - [X] Stats - [X] Friends list - [X] Manage users (create/remove) +- [ ] User playlists +- [ ] User subscriptions (by tags, author...) ## Installation @@ -125,7 +127,7 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t # apt-get update # apt-get install ffmpeg mongodb openssl xvfb curl sudo git build-essential libgtk2.0-0 libgconf-2-4 libnss3 libasound2 libxtst6 libxss1 libnotify-bin # npm install -g npm@3 - # npm install -g electron-prebuilt + # npm install -g electron #### Other distribution... (PR welcome) @@ -162,6 +164,10 @@ Finally, run the server with the `production` `NODE_ENV` variable set. $ NODE_ENV=production npm start +**Nginx template** (reverse proxy): https://github.com/Chocobozzz/PeerTube/tree/master/support/nginx + +**Systemd template**: https://github.com/Chocobozzz/PeerTube/tree/master/support/systemd + ### Other commands To print all available command run: