mirror of https://github.com/Chocobozzz/PeerTube
parent
3fd3ab2d34
commit
9a989f8164
11
README.md
11
README.md
|
@ -120,8 +120,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
* **NodeJS >= 6.x**
|
* **NodeJS >= 8.x**
|
||||||
* **npm >= 3.x**
|
|
||||||
* yarn
|
* yarn
|
||||||
* OpenSSL (cli)
|
* OpenSSL (cli)
|
||||||
* PostgreSQL
|
* PostgreSQL
|
||||||
|
@ -134,8 +133,8 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
|
||||||
3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
|
3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/
|
||||||
4. Run:
|
4. Run:
|
||||||
|
|
||||||
$ apt-get update
|
$ apt-get update
|
||||||
$ apt-get install ffmpeg postgresql-9.4 openssl
|
$ apt-get install ffmpeg postgresql-9.4 openssl
|
||||||
|
|
||||||
#### Ubuntu 16.04
|
#### Ubuntu 16.04
|
||||||
|
|
||||||
|
@ -143,8 +142,8 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio
|
||||||
2. Install yarn: (same as Debian)
|
2. Install yarn: (same as Debian)
|
||||||
3. Run:
|
3. Run:
|
||||||
|
|
||||||
$ apt-get update
|
$ apt-get update
|
||||||
$ apt-get install ffmpeg postgresql openssl
|
$ apt-get install ffmpeg postgresql openssl
|
||||||
|
|
||||||
#### Other distribution... (PR welcome)
|
#### Other distribution... (PR welcome)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue