diff options
author | Erwan Croze <erwancroze@gmail.com> | 2018-02-12 08:11:45 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-12 08:11:45 +0100 |
commit | 053ad3a346a817a3d11106a13079d675a182dca8 (patch) | |
tree | d39bc524d120240219eef92e00f32f03f31b6b51 /support/doc/dependencies.md | |
parent | 879ea0f7954d2eef9fd40464ea45fc600597ee38 (diff) | |
download | PeerTube-053ad3a346a817a3d11106a13079d675a182dca8.tar.gz PeerTube-053ad3a346a817a3d11106a13079d675a182dca8.tar.zst PeerTube-053ad3a346a817a3d11106a13079d675a182dca8.zip |
Adding dependencies informations for CentOS 7 (#288)
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 7017976e5..4ced42b8b 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -5,7 +5,7 @@ | |||
5 | 1. Install NodeJS 8.x (current LTS): | 5 | 1. Install NodeJS 8.x (current LTS): |
6 | [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) | 6 | [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) |
7 | 2. Install yarn: | 7 | 2. Install yarn: |
8 | [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) | 8 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) |
9 | 4. Run: | 9 | 4. Run: |
10 | 10 | ||
11 | ``` | 11 | ``` |
@@ -21,6 +21,24 @@ $ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server | |||
21 | $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis | 21 | $ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis |
22 | ``` | 22 | ``` |
23 | 23 | ||
24 | ## CentOS 7 | ||
25 | |||
26 | 1. Install NodeJS 8.x (current LTS): | ||
27 | [https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora) | ||
28 | 2. Install yarn: | ||
29 | [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install) | ||
30 | 3. Install or compile ffmpeg: | ||
31 | * Install - [https://www.webfoobar.com/index.php/node/17](https://www.webfoobar.com/index.php/node/17) | ||
32 | * Compile - [https://gist.github.com/mustafaturan/7053900#file-latest-ffmpeg-centos6-sh](https://gist.github.com/mustafaturan/7053900#file-latest-ffmpeg-centos6-sh) | ||
33 | 4. Run: | ||
34 | |||
35 | ``` | ||
36 | $ sudo yum update | ||
37 | $ sudo yum install epel-release | ||
38 | $ sudo yum update | ||
39 | $ sudo yum install nginx postgresql postgresql-server openssl gcc make redis | ||
40 | ``` | ||
41 | |||
24 | ## Other distributions | 42 | ## Other distributions |
25 | 43 | ||
26 | Feel free to update this file in a pull request! | 44 | Feel free to update this file in a pull request! |