diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | support/doc/dependencies.md | 5 | ||||
-rw-r--r-- | support/doc/tools.md | 6 |
3 files changed, 7 insertions, 6 deletions
@@ -139,7 +139,7 @@ BitTorrent) inside the web browser, as of today. | |||
139 | * **NodeJS >= 8.x** | 139 | * **NodeJS >= 8.x** |
140 | * yarn | 140 | * yarn |
141 | * OpenSSL (cli) | 141 | * OpenSSL (cli) |
142 | * FFmpeg | 142 | * **FFmpeg >= 3.x** |
143 | 143 | ||
144 | ## Run using Docker | 144 | ## Run using Docker |
145 | 145 | ||
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 212233bcb..53759ec46 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -1,10 +1,10 @@ | |||
1 | # Dependencies | 1 | # Dependencies |
2 | 2 | ||
3 | ## Debian / Ubuntu and derivatives | 3 | ## Debian / Ubuntu and derivatives |
4 | 1. On a fresh Debian, as root user, install basic utility programs needed for the installation | 4 | 1. On a fresh Debian/Ubuntu, as root user, install basic utility programs needed for the installation |
5 | 5 | ||
6 | ``` | 6 | ``` |
7 | $ apt-get install curl sudo unzip vim | 7 | # apt-get install curl sudo unzip vim |
8 | ``` | 8 | ``` |
9 | 9 | ||
10 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access | 10 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access |
@@ -20,6 +20,7 @@ $ apt-get install curl sudo unzip vim | |||
20 | ``` | 20 | ``` |
21 | $ sudo apt update | 21 | $ sudo apt update |
22 | $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git | 22 | $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git |
23 | $ ffmpeg -version # Should be >= 3.x | ||
23 | ``` | 24 | ``` |
24 | 25 | ||
25 | ## Arch Linux | 26 | ## Arch Linux |
diff --git a/support/doc/tools.md b/support/doc/tools.md index 2d5841c7c..144c2bd7a 100644 --- a/support/doc/tools.md +++ b/support/doc/tools.md | |||
@@ -9,8 +9,8 @@ | |||
9 | 9 | ||
10 | ## Prerequisites | 10 | ## Prerequisites |
11 | 11 | ||
12 | You need at least 512MB RAM to run the script. | 12 | You need at least 512MB RAM to run the script. |
13 | Scripts can be launched directly from a PeerTube server (in this case you already have dependencies installed :+1:) or from a separate server, even a dekstop PC. | 13 | Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC. |
14 | 14 | ||
15 | ### Dependencies | 15 | ### Dependencies |
16 | 16 | ||
@@ -18,7 +18,7 @@ Install the [PeerTube dependencies](dependencies.md). | |||
18 | 18 | ||
19 | ### Installation | 19 | ### Installation |
20 | 20 | ||
21 | Clone the PeerTube repo to get the latest version: | 21 | Clone the PeerTube repo to get the latest version (even if you are on your PeerTube server): |
22 | 22 | ||
23 | ``` | 23 | ``` |
24 | git clone https://github.com/Chocobozzz/PeerTube.git | 24 | git clone https://github.com/Chocobozzz/PeerTube.git |