2018-01-12 18:55:45 +01:00
|
|
|
# Dependencies
|
2018-01-12 18:07:41 +01:00
|
|
|
|
2018-01-23 08:53:15 +01:00
|
|
|
## Debian / Ubuntu and derivatives
|
2018-01-12 18:07:41 +01: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 18:55:45 +01:00
|
|
|
```
|
2018-01-23 08:53:15 +01:00
|
|
|
$ sudo apt update
|
|
|
|
$ sudo apt install nginx ffmpeg postgresql openssl g++ make
|
2018-01-12 18:07:41 +01:00
|
|
|
```
|
|
|
|
|
2018-01-12 18:55:45 +01:00
|
|
|
## Arch Linux
|
2018-01-12 18:07:41 +01:00
|
|
|
|
|
|
|
1. Run:
|
|
|
|
|
2018-01-12 18:55:45 +01:00
|
|
|
```
|
2018-01-23 08:53:15 +01:00
|
|
|
$ sudo pacman -S nodejs yarn ffmpeg postgresql openssl
|
2018-01-12 18:07:41 +01:00
|
|
|
```
|
|
|
|
|
2018-01-12 18:55:45 +01:00
|
|
|
## Other distributions
|
2018-01-12 18:07:41 +01:00
|
|
|
|
|
|
|
Feel free to update this file in a pull request!
|
|
|
|
|