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