diff options
Diffstat (limited to 'support/doc')
-rw-r--r-- | support/doc/dependencies.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index e23385e7b..adce70c97 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md | |||
@@ -34,7 +34,7 @@ _note_: only **LTS** versions of external dependencies are supported. If no LTS | |||
34 | 34 | ||
35 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access | 35 | 2. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access |
36 | 36 | ||
37 | 3. Install NodeJS 14.x: | 37 | 3. Install NodeJS 16.x: |
38 | [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) | 38 | [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) |
39 | 4. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): | 39 | 4. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): |
40 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) | 40 | [https://yarnpkg.com/en/docs/install#linux-tab](https://yarnpkg.com/en/docs/install#linux-tab) |
@@ -88,7 +88,7 @@ sudo systemctl start redis postgresql | |||
88 | 88 | ||
89 | ## CentOS 7 | 89 | ## CentOS 7 |
90 | 90 | ||
91 | 1. Install NodeJS 14.x: | 91 | 1. Install NodeJS 16.x: |
92 | [https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora) | 92 | [https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora) |
93 | 93 | ||
94 | 2. Install yarn: | 94 | 2. Install yarn: |
@@ -135,7 +135,7 @@ sudo systemctl enable --now postgresql | |||
135 | 135 | ||
136 | ## Centos 8 | 136 | ## Centos 8 |
137 | 137 | ||
138 | 1. Install NodeJS 14.x: | 138 | 1. Install NodeJS 16.x: |
139 | [https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora) | 139 | [https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora) |
140 | 140 | ||
141 | 2. Install yarn: | 141 | 2. Install yarn: |
@@ -185,9 +185,9 @@ sudo systemctl enable --now postgresql | |||
185 | sudo dnf update -y | 185 | sudo dnf update -y |
186 | ``` | 186 | ``` |
187 | 187 | ||
188 | 2. Install NodeJS 14.x: | 188 | 2. Install NodeJS 16.x: |
189 | ``` | 189 | ``` |
190 | sudo dnf module install -y nodejs:14 | 190 | sudo dnf module install -y nodejs:16 |
191 | ``` | 191 | ``` |
192 | 192 | ||
193 | 3. Install yarn: | 193 | 3. Install yarn: |
@@ -244,7 +244,7 @@ su my-peertube-user | |||
244 | 3. (Optional) Install certbot (choose instructions for your distribution): | 244 | 3. (Optional) Install certbot (choose instructions for your distribution): |
245 | [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) | 245 | [https://certbot.eff.org/all-instructions](https://certbot.eff.org/all-instructions) |
246 | 246 | ||
247 | 4. Install NodeJS 14.x: | 247 | 4. Install NodeJS 16.x: |
248 | [https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora) | 248 | [https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora](https://nodejs.org/en/download/package-manager/#enterprise-linux-and-fedora) |
249 | 249 | ||
250 | 5. Install yarn: | 250 | 5. Install yarn: |
@@ -336,7 +336,7 @@ echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo s | |||
336 | 2. Install Node.JS | 336 | 2. Install Node.JS |
337 | 337 | ||
338 | ``` | 338 | ``` |
339 | sudo dnf module install nodejs:14 | 339 | sudo dnf module install nodejs:16 |
340 | ``` | 340 | ``` |
341 | 341 | ||
342 | 3. Install Yarn | 342 | 3. Install Yarn |