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.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md
index a130abb51..212233bcb 100644
--- a/support/doc/dependencies.md
+++ b/support/doc/dependencies.md
@@ -1,19 +1,21 @@
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 4 1. On a fresh Debian, as root user, install basic utility programs needed for the installation
5 5
6``` 6```
7$ sudo apt-get install curl sudo unzip vim 7$ apt-get install curl sudo unzip vim
8``` 8```
9
10 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access
9 11
10 2. Install certbot (choose instructions for nginx and your distribution) : 12 3. Install certbot (choose instructions for nginx and your distribution) :
11 [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) 13 [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions)
12 3. Install NodeJS 8.x (current LTS): 14 4. Install NodeJS 8.x (current LTS):
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) 15 [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)
14 4. Install yarn: 16 5. Install yarn:
15 [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) 17 [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab)
16 5. Run: 18 6. Run:
17 19
18``` 20```
19$ sudo apt update 21$ sudo apt update