aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/dependencies.md
diff options
context:
space:
mode:
authorFlorian <mrflos@gmail.com>2018-03-14 10:46:55 +0300
committerChocobozzz <me@florianbigard.com>2018-03-14 08:46:55 +0100
commitbc2fc1a783338f9821dda96a79d9e05d754acfe0 (patch)
tree0071654deba0661ea05b05a774c2ed7fd14d62d3 /support/doc/dependencies.md
parentc39ea24b7199a391e57c698e93d76d30bc0e9399 (diff)
downloadPeerTube-bc2fc1a783338f9821dda96a79d9e05d754acfe0.tar.gz
PeerTube-bc2fc1a783338f9821dda96a79d9e05d754acfe0.tar.zst
PeerTube-bc2fc1a783338f9821dda96a79d9e05d754acfe0.zip
adding some instructions for certbot and basic utility programs needed (#336)
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r--support/doc/dependencies.md13
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