aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/dependencies.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r--support/doc/dependencies.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
new file mode 100644
index 000000000..d77724b5a
--- /dev/null
+++ b/support/doc/dependencies.md
@@ -0,0 +1,29 @@
1# Installation
2
3## Dependencies
4
5### Debian / Ubuntu
6
7 1. Install NodeJS 8.x (current LTS):
8 [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)
9 2. Install yarn:
10 [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
11 4. Run:
12
13```bash
14$ apt-get update
15$ apt-get install nginx ffmpeg postgresql openssl g++ make
16```
17
18### Arch Linux
19
20 1. Run:
21
22```bash
23$ pacman -S nodejs yarn ffmpeg postgresql openssl
24```
25
26### Other distributions
27
28Feel free to update this file in a pull request!
29