]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - support/doc/dependencies.md
d77724b5aeee5193f1058ae5a5f32f003bf20fee
[github/Chocobozzz/PeerTube.git] / support / doc / dependencies.md
1 # Installation
2
3 ## Dependencies
4
5 ### Debian / Ubuntu
6
7 1. Install NodeJS 8.x (current LTS):
8 [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)
9 2. Install yarn:
10 [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
11 4. Run:
12
13 ```bash
14 $ apt-get update
15 $ apt-get install nginx ffmpeg postgresql openssl g++ make
16 ```
17
18 ### Arch Linux
19
20 1. Run:
21
22 ```bash
23 $ pacman -S nodejs yarn ffmpeg postgresql openssl
24 ```
25
26 ### Other distributions
27
28 Feel free to update this file in a pull request!
29