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