]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - support/doc/dependencies.md
Don't leak unlisted videos
[github/Chocobozzz/PeerTube.git] / support / doc / dependencies.md
... / ...
CommitLineData
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 redis-server
14```
15
16## Arch Linux
17
18 1. Run:
19
20```
21$ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis
22```
23
24## Other distributions
25
26Feel free to update this file in a pull request!
27