aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/dependencies.md
diff options
context:
space:
mode:
Diffstat (limited to 'support/doc/dependencies.md')
-rw-r--r--support/doc/dependencies.md14
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
352. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access 352. It would be wise to disable root access and to continue this tutorial with a user with sudoers group access
36 36
373. Install NodeJS 14.x: 373. 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)
394. Install yarn, and be sure to have [a recent version](https://github.com/yarnpkg/yarn/releases/latest): 394. 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
911. Install NodeJS 14.x: 911. 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
942. Install yarn: 942. Install yarn:
@@ -135,7 +135,7 @@ sudo systemctl enable --now postgresql
135 135
136## Centos 8 136## Centos 8
137 137
1381. Install NodeJS 14.x: 1381. 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
1412. Install yarn: 1412. Install yarn:
@@ -185,9 +185,9 @@ sudo systemctl enable --now postgresql
185sudo dnf update -y 185sudo dnf update -y
186``` 186```
187 187
1882. Install NodeJS 14.x: 1882. Install NodeJS 16.x:
189``` 189```
190sudo dnf module install -y nodejs:14 190sudo dnf module install -y nodejs:16
191``` 191```
192 192
1933. Install yarn: 1933. Install yarn:
@@ -244,7 +244,7 @@ su my-peertube-user
2443. (Optional) Install certbot (choose instructions for your distribution): 2443. (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
2474. Install NodeJS 14.x: 2474. 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
2505. Install yarn: 2505. Install yarn:
@@ -336,7 +336,7 @@ echo fs.inotify.max_user_watches=582222 | sudo tee -a /etc/sysctl.conf && sudo s
3362. Install Node.JS 3362. Install Node.JS
337 337
338``` 338```
339sudo dnf module install nodejs:14 339sudo dnf module install nodejs:16
340``` 340```
341 341
3423. Install Yarn 3423. Install Yarn