From 0273fe8102c1888f9b6e7f9f58f8c59b7ec93402 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Mon, 4 Dec 2017 10:21:05 +0100 Subject: [PATCH] Add dependencies for Ubuntu 16.04. (#143) --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) 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)