Update documentations

This commit is contained in:
Chocobozzz 2018-03-14 09:15:17 +01:00
parent 93d1575311
commit 9940241328
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
3 changed files with 7 additions and 6 deletions

View File

@ -139,7 +139,7 @@ BitTorrent) inside the web browser, as of today.
* **NodeJS >= 8.x** * **NodeJS >= 8.x**
* yarn * yarn
* OpenSSL (cli) * OpenSSL (cli)
* FFmpeg * **FFmpeg >= 3.x**
## Run using Docker ## Run using Docker

View File

@ -1,10 +1,10 @@
# Dependencies # Dependencies
## Debian / Ubuntu and derivatives ## Debian / Ubuntu and derivatives
1. On a fresh Debian, as root user, install basic utility programs needed for the installation 1. On a fresh Debian/Ubuntu, as root user, install basic utility programs needed for the installation
``` ```
$ apt-get install curl sudo unzip vim # apt-get install curl sudo unzip vim
``` ```
2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access 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
``` ```
$ sudo apt update $ sudo apt update
$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server git
$ ffmpeg -version # Should be >= 3.x
``` ```
## Arch Linux ## Arch Linux

View File

@ -10,7 +10,7 @@
## Prerequisites ## Prerequisites
You need at least 512MB RAM to run the script. You need at least 512MB RAM to run the script.
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. Scripts can be launched directly from a PeerTube server, or from a separate server, even a desktop PC.
### Dependencies ### Dependencies
@ -18,7 +18,7 @@ Install the [PeerTube dependencies](dependencies.md).
### Installation ### Installation
Clone the PeerTube repo to get the latest version: Clone the PeerTube repo to get the latest version (even if you are on your PeerTube server):
``` ```
git clone https://github.com/Chocobozzz/PeerTube.git git clone https://github.com/Chocobozzz/PeerTube.git