From 649d50f5eab9de80da6afee75fe807510c39bb9e Mon Sep 17 00:00:00 2001 From: Daniel Bohrer Date: Sat, 25 Aug 2018 11:21:18 +0000 Subject: [PATCH] =?utf8?q?/*=20Update=20*/=20des=20r=C3=A4tsels=20l=C3=B6s?= =?utf8?q?ung=20stand=20weiter=20unten=20im=20artikel?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Gapadriel.mw | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/Gapadriel.mw b/Gapadriel.mw index 0df2f1004..bbab3b8d2 100644 --- a/Gapadriel.mw +++ b/Gapadriel.mw @@ -64,19 +64,22 @@ Etherpad-Updates etc. bitte per sudo, nicht sudo -u etherpad. sudo systemctl stop etherpad.service sudo git rebase -i $version sudo bin/installDeps.sh # und dann warten. - # wd fails. https://github.com/admc/wd/issues/483#issuecomment-410725658 - sudo npm install --unsafe-perm wd - sudo bin/installDeps.sh # und dann warten. + # falls wd failt: (siehe https://github.com/admc/wd/issues/483#issuecomment-410725658 ) + # sudo npm install --unsafe-perm wd + # sudo bin/installDeps.sh # und dann warten. + sudo chmod go-w . + sudo chown root:etherpad . sudo chmod g+rw -R var/ # CSS minified cache muss schreibbar sein sudo chown etherpad:etherpad -R var/ sudo chmod g+r -R settings.json # config muss lesbar sein sudo chown root:etherpad settings.json - # irgendwas geht schief. Einmal als root starten hilft. wtf, etherpad? - sudo bin/run.sh --root # und dann strg-c drücken + # damit etherpad Plugins initialisieren und ep_$module/.ep_initialized anlegen kann -.- + sudo chmod g+w node_modules/ep_* sudo systemctl start etherpad.service + sudo chmod g-w node_modules/ep_* ==== Plugins installieren ==== Admin-Login auf der Weboberfläche funktioniert zwar lesend, aber kann halt keine Packages installieren, weil der etherpad-User in node_modules/ nicht schreiben soll. Stattdessen: -- 2.20.1