aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-14 09:15:17 +0100
committerChocobozzz <me@florianbigard.com>2018-03-14 09:15:17 +0100
commit9940241328acd0bf1bed62f2e83a8122b5d5daf4 (patch)
tree0a29f43dc1b746b41ed5f83766c3702db16d9252 /support/doc
parent93d1575311406a394a48ef55c12cee7ec59988c8 (diff)
downloadPeerTube-9940241328acd0bf1bed62f2e83a8122b5d5daf4.tar.gz
PeerTube-9940241328acd0bf1bed62f2e83a8122b5d5daf4.tar.zst
PeerTube-9940241328acd0bf1bed62f2e83a8122b5d5daf4.zip
Update documentations
Diffstat (limited to 'support/doc')
-rw-r--r--support/doc/dependencies.md5
-rw-r--r--support/doc/tools.md6
2 files changed, 6 insertions, 5 deletions
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
12You need at least 512MB RAM to run the script. 12You need at least 512MB RAM to run the script.
13Scripts 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. 13Scripts 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
21Clone the PeerTube repo to get the latest version: 21Clone the PeerTube repo to get the latest version (even if you are on your PeerTube server):
22 22
23``` 23```
24git clone https://github.com/Chocobozzz/PeerTube.git 24git clone https://github.com/Chocobozzz/PeerTube.git