Actions
Demande #4501
closedMettre à jour Etherpad-lite 1.8.0 -> 1.8.4
Start date:
05/23/2020
Due date:
% Done:
90%
Estimated time:
Description
La version 1.8.4 de Etherpad-lite est sortie \o/
https://etherpad.org/#download
Ticket d'une précédente mise à jour : #3352 (avec les commandes à exécuter).
Updated by Quentin Gibeaux over 4 years ago
pour info : https://agir.april.org/issues/4502
Updated by Yves-Gaël Chény over 4 years ago
- Status changed from Nouveau to En cours de traitement
- Assignee set to 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-liteInstallation 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.
Updated by Yves-Gaël Chény over 4 years ago
- Status changed from En cours de traitement to Résolu
Updated by Christian P. Momon over 4 years ago
- Target version changed from Backlog to Sprint 2020 été
Actions