]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
adding some instructions for certbot and basic utility programs needed (#336)
authorFlorian <mrflos@gmail.com>
Wed, 14 Mar 2018 07:46:55 +0000 (10:46 +0300)
committerChocobozzz <me@florianbigard.com>
Wed, 14 Mar 2018 07:46:55 +0000 (08:46 +0100)
support/doc/dependencies.md

index 948e34095ecb755a935cdf5695340c48b4c8ed97..a130abb516cdbbbeba66b973f1364958a0679cf6 100644 (file)
@@ -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