Mise à jour de 'services/pad.libre-service.eu.md'

This commit is contained in:
Christian P. MOMON 2022-05-03 12:42:45 +02:00
parent 2366a42048
commit 82972d5a76

View file

@ -427,3 +427,11 @@ su etherpad -c "cd /var/www/pad.libre-service.eu/ && ./bin/installDeps.sh"
systemctl start etherpad
```
Update all plugins:
```
systemctl stop etherpad
su etherpad -c "cd /var/www/pad.libre-service.eu/ && npm update -g"
systemctl start etherpad
```