diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -129,13 +129,22 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio | |||
129 | 129 | ||
130 | #### Debian | 130 | #### Debian |
131 | 131 | ||
132 | * 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) | 132 | 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) |
133 | * Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) | 133 | 2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) |
134 | * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ | 134 | 3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ |
135 | * Run: | 135 | 4. Run: |
136 | 136 | ||
137 | # apt-get update | 137 | $ apt-get update |
138 | # apt-get install ffmpeg postgresql-9.4 openssl | 138 | $ apt-get install ffmpeg postgresql-9.4 openssl |
139 | |||
140 | #### Ubuntu 16.04 | ||
141 | |||
142 | 1. Install NodeJS 8.x (current LTS): (same as Debian) | ||
143 | 2. Install yarn: (same as Debian) | ||
144 | 3. Run: | ||
145 | |||
146 | $ apt-get update | ||
147 | $ apt-get install ffmpeg postgresql openssl | ||
139 | 148 | ||
140 | #### Other distribution... (PR welcome) | 149 | #### Other distribution... (PR welcome) |
141 | 150 | ||