diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-14 10:20:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-14 10:20:05 +0100 |
commit | 6f045b57915d0eac8e590c503b362d2df5e16b85 (patch) | |
tree | b26a305c1ab53fe1f8d3856216c8493064790bc7 /README.md | |
parent | d48ff09d27d234425c3e9f091ae9072d8e6d8b7a (diff) | |
download | PeerTube-6f045b57915d0eac8e590c503b362d2df5e16b85.tar.gz PeerTube-6f045b57915d0eac8e590c503b362d2df5e16b85.tar.zst PeerTube-6f045b57915d0eac8e590c503b362d2df5e16b85.zip |
Fix tests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -3,7 +3,7 @@ | |||
3 | </h1> | 3 | </h1> |
4 | 4 | ||
5 | <h4 align="center"> | 5 | <h4 align="center"> |
6 | Decentralized video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>. | 6 | Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with <a href="https://github.com/feross/webtorrent">WebTorrent</a>. |
7 | </h4> | 7 | </h4> |
8 | 8 | ||
9 | **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/).** | 9 | **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/).** |
@@ -128,13 +128,12 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio | |||
128 | 128 | ||
129 | #### Debian | 129 | #### Debian |
130 | 130 | ||
131 | 1. Install NodeJS 6.x (previous 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) | 131 | 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) |
132 | 2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) | 132 | 2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) |
133 | 3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ | ||
134 | 4. Run: | 133 | 4. Run: |
135 | 134 | ||
136 | $ apt-get update | 135 | $ apt-get update |
137 | $ apt-get install ffmpeg postgresql-9.4 openssl | 136 | $ apt-get install ffmpeg postgresql openssl |
138 | 137 | ||
139 | #### Ubuntu 16.04 | 138 | #### Ubuntu 16.04 |
140 | 139 | ||