From: Florian Date: Wed, 14 Mar 2018 07:46:55 +0000 (+0300) Subject: adding some instructions for certbot and basic utility programs needed (#336) X-Git-Tag: v1.0.0-alpha.8~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc2fc1a783338f9821dda96a79d9e05d754acfe0;p=oweals%2Fpeertube.git adding some instructions for certbot and basic utility programs needed (#336) --- 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 @@ # Dependencies ## Debian / Ubuntu and derivatives + 1. Install basic utility programs needed for the installation + +``` +$ sudo apt-get install curl sudo unzip vim +``` - 1. Install NodeJS 8.x (current LTS): + 2. Install certbot (choose instructions for nginx and your distribution) : + [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) + 3. 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: + 4. Install yarn: [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) - 4. Run: + 5. Run: ``` $ sudo apt update