diff options
author | Florian <mrflos@gmail.com> | 2018-03-14 10:58:33 +0300 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-14 08:58:33 +0100 |
commit | 93d1575311406a394a48ef55c12cee7ec59988c8 (patch) | |
tree | d09770221912cc4d6bb52f3ec518d973d5fccda0 /support/doc/dependencies.md | |
parent | bc2fc1a783338f9821dda96a79d9e05d754acfe0 (diff) | |
download | PeerTube-93d1575311406a394a48ef55c12cee7ec59988c8.tar.gz PeerTube-93d1575311406a394a48ef55c12cee7ec59988c8.tar.zst PeerTube-93d1575311406a394a48ef55c12cee7ec59988c8.zip |
fix first sudo command (#337)
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r-- | support/doc/dependencies.md | 14 |
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 |