diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/dependencies.md | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 948e34095..a130abb51 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -1,12 +1,19 @@ | |||
1 | # Dependencies | 1 | # Dependencies |
2 | 2 | ||
3 | ## Debian / Ubuntu and derivatives | 3 | ## Debian / Ubuntu and derivatives |
4 | 1. Install basic utility programs needed for the installation | ||
5 | |||
6 | ``` | ||
7 | $ sudo apt-get install curl sudo unzip vim | ||
8 | ``` | ||
4 | 9 | ||
5 | 1. Install NodeJS 8.x (current LTS): | 10 | 2. Install certbot (choose instructions for nginx and your distribution) : |
11 | [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) | ||
12 | 3. 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) | 13 | [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: | 14 | 4. Install yarn: |
8 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) | 15 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) |
9 | 4. Run: | 16 | 5. Run: |
10 | 17 | ||
11 | ``` | 18 | ``` |
12 | $ sudo apt update | 19 | $ sudo apt update |