From: Jan Keromnes Date: Mon, 4 Dec 2017 09:21:05 +0000 (+0100) Subject: Add dependencies for Ubuntu 16.04. (#143) X-Git-Tag: v0.0.1-alpha~151 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0273fe8102c1888f9b6e7f9f58f8c59b7ec93402;p=oweals%2Fpeertube.git Add dependencies for Ubuntu 16.04. (#143) --- diff --git a/README.md b/README.md index 68b5dc519..fadf3f801 100644 --- a/README.md +++ b/README.md @@ -129,13 +129,22 @@ 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 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) + 2. Install yarn: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) + 3. Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ + 4. Run: - # apt-get update - # apt-get install ffmpeg postgresql-9.4 openssl + $ apt-get update + $ apt-get install ffmpeg postgresql-9.4 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 #### Other distribution... (PR welcome)