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