Demande #4501
fermé
- Statut changé de Nouveau à En cours de traitement
- Assigné à mis à Yves-Gaël Chény
mise à jour faite :
systemctl stop etherpad-lite
sync && sync && sudo -u postgres pg_dumpall > etherpad-lite-20200713-1758-back.psql
mv etherpad-lite etherpad-lite-1.8.0 ### on renomme avec la version + propre
git clone https://github.com/ether/etherpad-lite.git
cd etherpad-lite
git checkout tags/1.8.4
cd ..
chown -R etherpad.etherpad etherpad-lite
cd ..
### petit test voir ce qu'il manque
diff -ur etherpad-lite etherpad-lite-1.8.0
cd /var/www/etherpad-lite-1.8.0/
cp settings.json ../etherpad-lite/
cp APIKEY.txt ../etherpad-lite/
cd /var/www/
mv etherpad-lite etherpad-lite-1.8.4
ln -s etherpad-lite-1.8.4 etherpad-lite
cd etherpad-lite
sudo -u etherpad bin/run.sh
### test de surface en debug puis ctrl + c
systemctl start etherpad-lite
Installation des plugins depuis l'interface d'admin :
- activepads 0.0.1
- adminpads2 0.0.4
- align 0.2.0
- author_hover 0.3.0
- better_pdf_export 0.0.4
- delete_empty_pads 0.0.6
- spellcheck 0.0.7
Tests en cours.
- % réalisé changé de 0 à 90
- Statut changé de En cours de traitement à Résolu
- Statut changé de Résolu à Fermé
- Version cible changé de Backlog à Sprint 2020 été
Formats disponibles : Atom
PDF