aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJan Keromnes <janx@linux.com>2017-12-04 10:21:05 +0100
committerChocobozzz <me@florianbigard.com>2017-12-04 10:21:05 +0100
commit0273fe8102c1888f9b6e7f9f58f8c59b7ec93402 (patch)
treea477a83f0070d607494243ef3405ec42f60dc1e2 /README.md
parentfef2c7164e025b12a64185dbab058ef4129733c6 (diff)
downloadPeerTube-0273fe8102c1888f9b6e7f9f58f8c59b7ec93402.tar.gz
PeerTube-0273fe8102c1888f9b6e7f9f58f8c59b7ec93402.tar.zst
PeerTube-0273fe8102c1888f9b6e7f9f58f8c59b7ec93402.zip
Add dependencies for Ubuntu 16.04. (#143)
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files 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
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