From f197897e43edcfb9bd5ee83a596028d79b341ddc Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Thu, 27 Jan 2022 17:36:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'services/pad.libre?= =?UTF-8?q?-service.eu.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/pad.libre-service.eu.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/services/pad.libre-service.eu.md b/services/pad.libre-service.eu.md index eca99f3..02839bd 100644 --- a/services/pad.libre-service.eu.md +++ b/services/pad.libre-service.eu.md @@ -2,7 +2,11 @@ Le service pad.libre-service.eu est un service de traitement de texte collaboratif basé sur le logiciel Etherpad-lite : https://etherpad.org/ -# Prérequis système +# Installation + +Basée sur https://github.com/ether/etherpad-lite#manual-install + +## Prérequis système Configuration du hostname : ``` @@ -20,7 +24,7 @@ ufw allow 'ssh' ufw enable ``` -# Prérequis logiciels +## Prérequis logiciels Etherpad nécessite Node.js >= 12.17.0. Vérifier que la version de Debian Stable est compatible : ``` @@ -32,10 +36,17 @@ Installer : apt install git nodejs ``` -# Installation +## Déploiement Déployer le code : ``` cd /var/www git clone --branch master git://github.com/ether/etherpad-lite.git pad.libre-service.eu ``` + + + +# Mettre à jour + +> To update to the latest released version, execute git pull origin. The next start with src/bin/run.sh will update the dependencies. +