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

This commit is contained in:
Christian P. MOMON 2022-03-26 00:08:32 +01:00
parent 66187abaa2
commit de9ebce5dd

View file

@ -159,19 +159,11 @@ Configurer dans `/var/www/pad.libre-service.eu/settings.json` :
},
```
Premier lancement :
```
su etherpad -c "cd /var/www/pad.libre-service.eu/ && ./src/bin/run.sh"
```
Neutraliser les vulnéralités :
```
su etherpad -c "cd /var/www/pad.libre-service.eu/ && npm i --package-lock-only"
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"
```
## Configuration Systemd