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

This commit is contained in:
Christian P. MOMON 2022-03-25 15:26:21 +01:00
parent 0e5df9fd6e
commit e76539745f

View file

@ -321,9 +321,11 @@ To update to the latest released version, execute git pull origin. The next star
So proceed: So proceed:
``` ```
systemctl stop etherpad systemctl stop etherpad
cd /var/www/pad.libre-service.eu/ su etherpad -c "cd /var/www/pad.libre-service.eu/ && git pull"
git pull su etherpad -c "cd /var/www/pad.libre-service.eu/ && ./bin/installDeps.sh"
./src/bin/run.sh su etherpad -c "cd /var/www/pad.libre-service.eu/ && npm audit"
???????? su etherpad -c "cd /var/www/pad.libre-service.eu/ && npm audit fix"
su etherpad -c "cd /var/www/pad.libre-service.eu/ && npm audit"
systemctl start etherpad systemctl start etherpad
``` ```