Mise à jour de 'services/pad.libre-service.eu.md'
This commit is contained in:
parent
66187abaa2
commit
de9ebce5dd
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue