X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=6e54e5bdb6313d938d1295c233d607dfcfaf443f;hb=85ec3eb7f37d71be99566c6c5c43f0f8a80b9b09;hp=0b403a2b298a253048a1aa3dc2c88a4c7736732e;hpb=199cef3ab598fd079888508526ebd66716a99ac1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 0b403a2b2..6e54e5bdb 100644 --- a/README.md +++ b/README.md @@ -100,13 +100,15 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t - [X] Friends list - [X] Manage users (create/remove) - [X] OpenGraph tags -- [ ] User registration -- [ ] User playlists -- [ ] User subscriptions (by tags, author...) -- [X] Signaling a video to the admin origin pod +- [X] Update video - [X] Videos view count - [X] Videos likes/dislikes - [ ] Videos comments? +- [X] User registration +- [ ] User playlists +- [ ] User subscriptions (by tags, author...) +- [X] Signaling a video to the admin origin pod + ## Installation @@ -119,7 +121,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio ### Dependencies - * **NodeJS >= 4.x** + * **NodeJS >= 6.x** * **npm >= 3.x** * OpenSSL (cli) * PostgreSQL @@ -127,13 +129,12 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio #### Debian - * Install NodeJS 4.x (actual LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) + * Install NodeJS 6.x (actual LTS): [https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ * Run: # apt-get update # apt-get install ffmpeg postgresql-9.4 openssl - # npm install -g npm@3 #### Other distribution... (PR welcome)