aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--package.json5
-rw-r--r--support/doc/dependencies.md2
3 files changed, 6 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5e6a680de..3704f8b3d 100644
--- a/README.md
+++ b/README.md
@@ -159,15 +159,6 @@ Feel free to reach out if you have any questions or ideas! :speech_balloon:
159:package: Create your own instance 159:package: Create your own instance
160---------------------------------------------------------------- 160----------------------------------------------------------------
161 161
162#### Dependencies
163
164 * nginx
165 * **PostgreSQL >= 9.6**
166 * **Redis >= 2.8.18**
167 * **NodeJS >= 10.x**
168 * **yarn >= 1.x**
169 * **FFmpeg >= 4.1**
170
171See the [production guide](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md), which is the recommended way to install or upgrade PeerTube. For hardware requirements, see [Should I have a big server to run PeerTube?](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) in the FAQ. 162See the [production guide](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/production.md), which is the recommended way to install or upgrade PeerTube. For hardware requirements, see [Should I have a big server to run PeerTube?](https://github.com/Chocobozzz/PeerTube/blob/develop/FAQ.md#should-i-have-a-big-server-to-run-peertube) in the FAQ.
172 163
173See the [community packages](https://docs.joinpeertube.org/#/install-unofficial), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md)). 164See the [community packages](https://docs.joinpeertube.org/#/install-unofficial), which cover various platforms (including [YunoHost](https://install-app.yunohost.org/?app=peertube) and [Docker](https://github.com/Chocobozzz/PeerTube/blob/develop/support/doc/docker.md)).
diff --git a/package.json b/package.json
index 76e59a517..3a3149906 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,10 @@
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {
8 "node": ">=10.x <13", 8 "node": ">=10.x <13",
9 "yarn": ">=1.x" 9 "yarn": ">=1.x",
10 "postgres": ">=9.6",
11 "redis-server": ">=2.8.18",
12 "ffmpeg": ">=4.1"
10 }, 13 },
11 "bin": { 14 "bin": {
12 "peertube": "dist/server/tools/peertube.js" 15 "peertube": "dist/server/tools/peertube.js"
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index e930c015e..094e6b798 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -1,5 +1,7 @@
1# Dependencies 1# Dependencies
2 2
3Follow the below guides, and check their versions match [required external dependencies versions](package.json#7). You can check them automatically via `npx engineslist`.
4
3<!-- START doctoc generated TOC please keep comment here to allow auto update --> 5<!-- START doctoc generated TOC please keep comment here to allow auto update -->
4<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> 6<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5 7