Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
infrastructure:services:travail-collaboratif:etherpad:installation [14/04/2023 13:18] Stéphane Pailletinfrastructure:services:travail-collaboratif:etherpad:installation [14/04/2023 16:30] (Version actuelle) Stéphane Paillet
Ligne 129: Ligne 129:
 <code> <code>
 sudo systemctl status etherpad.service sudo systemctl status etherpad.service
 +</code>
 +
 +
 +===== Proxy Nginx =====
 +
 +Nous créons un vHost Nginx
 +<code>
 +sudo vi /etc/nginx/sites-available/pad.domain.tld.conf
 +</code>
 +
 +Nous y collons et adaptons ce contenu
 +<code>
 +À venir.
 +</code>
 +
 +Nous créons le liens symbolique
 +<code>
 +cd /etc/nginx/sites-enabled/
 +sudo ln -s /etc/nginx/sites-available/pad.domain.tld.conf
 +</code>
 +
 +Nous vérifions la configuration et la rechargeons
 +<code>
 +sudo nginx -t
 +sudo systemctl reload neginx.service
 </code> </code>
  
Ligne 135: Ligne 160:
   * [[https://github.com/ether/etherpad-lite#installation|documentation installation]]   * [[https://github.com/ether/etherpad-lite#installation|documentation installation]]
   * [[https://www.howtoforge.com/tutorial/ubuntu-etherpad-editor-server-installation/|How to Install Collaborative Real-time Editor Etherpad on Ubuntu 18.04]]   * [[https://www.howtoforge.com/tutorial/ubuntu-etherpad-editor-server-installation/|How to Install Collaborative Real-time Editor Etherpad on Ubuntu 18.04]]
-  * [[https://etherpad.org/doc/latest/|documentation]]+  * [[https://etherpad.org/doc/latest/|documentation Etherpad-lite]] 
 +  * [[https://github.com/ether/etherpad-lite/wiki/How-to-use-Etherpad-Lite-with-Redis|How to use Etherpad Lite with Redis]]
  • infrastructure/services/travail-collaboratif/etherpad/installation.1681478326.txt.gz
  • Dernière modification : 14/04/2023 13:18
  • de Stéphane Paillet