From d8658f0f8131f1768697669b673290a2e25c2997 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 11 Jan 2021 10:09:24 +0100 Subject: Try to improve install doc --- support/doc/dependencies.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'support/doc/dependencies.md') diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 5f0c51170..61f8b7f36 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -28,18 +28,16 @@ Follow the below guides, and check their versions match [required external depen 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access -3. Install certbot (choose instructions for nginx and your distribution) : -[https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) -4. Install NodeJS 10.x: +3. Install NodeJS 10.x: [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) -5. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): +4. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) -6. Run: +5. Run: ``` sudo apt update -sudo apt install nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev +sudo apt install certbot nginx ffmpeg postgresql postgresql-contrib openssl g++ make redis-server git python-dev ffmpeg -version # Should be >= 4.1 g++ -v # Should be >= 5.x ``` @@ -169,7 +167,7 @@ usermod my-peertube-user -a -G wheel # Add my-peertube-user to sudoers su my-peertube-user ``` -3. (Optional) Install certbot (choose instructions for nginx and your distribution): +3. (Optional) Install certbot (choose instructions for your distribution): [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) 4. Install NodeJS 10.x: @@ -309,7 +307,6 @@ www-servers/nginx # Optional, client for Let’s Encrypt: # app-crypt/certbot -# app-crypt/certbot-nginx ``` 2. If you are on a "stable" Gentoo you need to accept the testing keyword ~amd64 yarn: -- cgit v1.2.3