Etherpad lite: Unterschied zwischen den Versionen

Aus Vosp.freesn.de
Zur Navigation springen Zur Suche springen
F (Diskussion | Beiträge)
Die Seite wurde neu angelegt: „* https://de.wikipedia.org/wiki/Etherpad * https://github.com/ether/etherpad-lite#installation <source lang=bash> apt install gzip git curl python libssl-dev…“
 
F (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
* https://de.wikipedia.org/wiki/Etherpad
* https://de.wikipedia.org/wiki/Etherpad
== minimal installation ==
* https://github.com/ether/etherpad-lite#installation
* https://github.com/ether/etherpad-lite#installation


Zeile 11: Zeile 15:
bin/run.sh
bin/run.sh
# und dann im Browser http://127.0.0.1:9001/
# und dann im Browser http://127.0.0.1:9001/
</source>
== mit apache ansprechen ==
* https://github.com/ether/etherpad-lite/wiki/How-to-put-Etherpad-Lite-behind-a-reverse-Proxy#apache
<source lang=>
</source>
<source lang=bash>
a2enmod proxy proxy_http
systemctl restart apache2
</source>
</source>

Version vom 12. September 2018, 16:13 Uhr


minimal installation

apt install gzip git curl python libssl-dev pkg-config build-essential
curl -sL https://deb.nodesource.com/setup_9.x | sudo -E bash -
sudo apt-get install -y nodejs
git clone https://github.com/ether/etherpad-lite.git && cd etherpad-lite 

# zum testen, ansich nicht als root
bin/run.sh
# und dann im Browser http://127.0.0.1:9001/


mit apache ansprechen


a2enmod proxy proxy_http
systemctl restart apache2