Ajouter 'services/pad.libre-service.eu.md'
This commit is contained in:
parent
b05451d4b7
commit
0f62e60b93
1 changed files with 41 additions and 0 deletions
41
services/pad.libre-service.eu.md
Normal file
41
services/pad.libre-service.eu.md
Normal file
|
@ -0,0 +1,41 @@
|
|||
# Service pad.libre-service.eu
|
||||
|
||||
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
|
||||
|
||||
Configuration du hostname :
|
||||
```
|
||||
hostname pad.libre-service.eu
|
||||
```
|
||||
|
||||
Personnalisation du prompt dans .bashrc :
|
||||
```
|
||||
PS1='${debian_chroot:+($debian_chroot)}\u@\H:\w\$ '
|
||||
```
|
||||
Ouvrir les ports nécessaires :
|
||||
```
|
||||
apt install ufw
|
||||
ufw allow 'ssh'
|
||||
ufw enable
|
||||
```
|
||||
|
||||
# Prérequis logiciels
|
||||
|
||||
Etherpad nécessite Node.js >= 12.17.0. Vérifier que la version de Debian Stable est compatible :
|
||||
```
|
||||
apt-cache show nodejs |grep Version
|
||||
```
|
||||
|
||||
Installer :
|
||||
```
|
||||
apt install git nodejs
|
||||
```
|
||||
|
||||
# Installation
|
||||
|
||||
Déployer le code :
|
||||
```
|
||||
cd /var/www
|
||||
git clone --branch master git://github.com/ether/etherpad-lite.git pad.libre-service.eu
|
||||
```
|
Loading…
Reference in a new issue