aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-09 14:10:02 +0200
committerChocobozzz <me@florianbigard.com>2022-09-09 14:10:02 +0200
commita3de59ab728dc5c712a2985b8149d9d21116ca78 (patch)
treefb9f14c41b5a36f261db758fb464df9859e41f86 /support
parentd9dd51aec75d59bd322e249ae1c3ae98277957d3 (diff)
downloadPeerTube-a3de59ab728dc5c712a2985b8149d9d21116ca78.tar.gz
PeerTube-a3de59ab728dc5c712a2985b8149d9d21116ca78.tar.zst
PeerTube-a3de59ab728dc5c712a2985b8149d9d21116ca78.zip
Update dependencies to use node 16
Diffstat (limited to 'support')
-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