1
0
Fork 0
peertube/support/doc/dependencies.md

28 lines
663 B
Markdown
Raw Normal View History

2018-01-12 17:55:45 +00:00
# Dependencies
2018-01-12 17:07:41 +00:00
## Debian / Ubuntu and derivatives
2018-01-12 17:07:41 +00:00
1. Install NodeJS 8.x (current LTS):
[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)
2. Install yarn:
[https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
4. Run:
2018-01-12 17:55:45 +00:00
```
$ sudo apt update
$ sudo apt install nginx ffmpeg postgresql openssl g++ make redis-server
2018-01-12 17:07:41 +00:00
```
2018-01-12 17:55:45 +00:00
## Arch Linux
2018-01-12 17:07:41 +00:00
1. Run:
2018-01-12 17:55:45 +00:00
```
$ sudo pacman -S nodejs yarn ffmpeg postgresql openssl redis
2018-01-12 17:07:41 +00:00
```
2018-01-12 17:55:45 +00:00
## Other distributions
2018-01-12 17:07:41 +00:00
Feel free to update this file in a pull request!