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