Etherpad lite

Aus Vosp.info
Wechseln zu:Navigation, Suche


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