Etherpad lite
Aus Vosp.info
Version vom 12. September 2018, 16:13 Uhr von F (Diskussion | Beiträge)
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