Install Etherpad on debian

  # apt-get install -yy abiword sudo git mariadb-server # curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash – # apt-get install -yy nodejs # cd /opt # git clone –branch master https://github.com/ether/etherpad-lite.git # cd etherpad-lite # export NODE_ENV=production; bin/run.sh –root vim settings.json “title”: “RadioPad”, “userName”: true, “userColor”: true, “alwaysShowChat”: true, “chatAndUsers”: true, “lang”: “de” “suppressErrorsInPadText” […]