diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 22:32:33 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-04-26 22:32:33 +0200 |
commit | 85ec3eb7f37d71be99566c6c5c43f0f8a80b9b09 (patch) | |
tree | ee500999f6bccaea789119aad1236c9f4121d6d8 /README.md | |
parent | 165c8d2558828516a449c75edf3116f7dbc8c07c (diff) | |
download | PeerTube-85ec3eb7f37d71be99566c6c5c43f0f8a80b9b09.tar.gz PeerTube-85ec3eb7f37d71be99566c6c5c43f0f8a80b9b09.tar.zst PeerTube-85ec3eb7f37d71be99566c6c5c43f0f8a80b9b09.zip |
Remove Node 4 support
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -121,7 +121,7 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio | |||
121 | 121 | ||
122 | ### Dependencies | 122 | ### Dependencies |
123 | 123 | ||
124 | * **NodeJS >= 4.x** | 124 | * **NodeJS >= 6.x** |
125 | * **npm >= 3.x** | 125 | * **npm >= 3.x** |
126 | * OpenSSL (cli) | 126 | * OpenSSL (cli) |
127 | * PostgreSQL | 127 | * PostgreSQL |
@@ -129,13 +129,12 @@ See [wiki](https://github.com/Chocobozzz/PeerTube/wiki) for complete installatio | |||
129 | 129 | ||
130 | #### Debian | 130 | #### Debian |
131 | 131 | ||
132 | * Install NodeJS 4.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 | * 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) |
133 | * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ | 133 | * Add jessie backports to your *source.list*: http://backports.debian.org/Instructions/ |
134 | * Run: | 134 | * Run: |
135 | 135 | ||
136 | # apt-get update | 136 | # apt-get update |
137 | # apt-get install ffmpeg postgresql-9.4 openssl | 137 | # apt-get install ffmpeg postgresql-9.4 openssl |
138 | # npm install -g npm@3 | ||
139 | 138 | ||
140 | #### Other distribution... (PR welcome) | 139 | #### Other distribution... (PR welcome) |
141 | 140 | ||