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