X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=077d6b8f0bbcfe648b6238231b2e9065684cfd9c;hb=e203f2e0e1ba778201191dfaf83bc90341616610;hp=68b5dc519420010a6fa3a181eb1650d026b2e09d;hpb=fcaf1e0aa84213a1b1f1b1a44a3276eae35ebe70;p=github%2FChocobozzz%2FPeerTube.git diff --git a/README.md b/README.md index 68b5dc519..077d6b8f0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent. +Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent.

**PeerTube is sponsored by [Framasoft](https://framatube.org/#en), a non-profit that promotes, spreads and develops free-libre software. If you want to support this project, please [consider donating them](https://soutenir.framasoft.org/en/).** @@ -52,7 +52,7 @@ Decentralized video streaming platform using P2P (BitTorrent) directly in the we

- screenshot + screenshot

@@ -120,8 +120,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio ### Dependencies - * **NodeJS >= 6.x** - * **npm >= 3.x** + * **NodeJS >= 8.x** * yarn * OpenSSL (cli) * PostgreSQL @@ -129,13 +128,27 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio #### Debian - * 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) - * Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) - * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ - * Run: + 1. Install NodeJS 8.x (current 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) + 2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) + 4. Run: - # apt-get update - # apt-get install ffmpeg postgresql-9.4 openssl + $ apt-get update + $ apt-get install ffmpeg postgresql openssl + +#### Ubuntu 16.04 + + 1. Install NodeJS 8.x (current LTS): (same as Debian) + 2. Install yarn: (same as Debian) + 3. Run: + + $ apt-get update + $ apt-get install ffmpeg postgresql openssl + +#### Arch Linux + + 1. Run: + + $ pacman -S nodejs yarn ffmpeg postgresql openssl #### Other distribution... (PR welcome)