{{Hardware
|kontakt=[[Benutzer:Kasalehlia|Kasalehlia]], [[Benutzer:Daniel Bohrer|Daniel Bohrer]]
|status=working
-|ort=[[endor]]
+|ort=[[endur]]
|beschreibung=VM für [[Etherpad]]
|links=https://pad.stratum0.org
}}
sudo apt install apt-transport-https
NODEREPO="node_10.x"
DISTRO=$(lsb_release -c -s)
- echo "deb-src https://deb.nodesource.com/${NODEREPO} ${DISTRO} main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list
+ echo "deb https://deb.nodesource.com/${NODEREPO} ${DISTRO} main" | sudo tee -a /etc/apt/sources.list.d/nodesource.list
wget https://deb.nodesource.com/gpgkey/nodesource.gpg.key
sudo apt-key add nodesource.gpg.key
sudo apt update
sudo chown etherpad:etherpad -R var/
sudo chmod g+r -R settings.json # config muss lesbar sein
sudo chown root:etherpad settings.json
-
+
# damit etherpad Plugins initialisieren und ep_$module/.ep_initialized anlegen kann -.-
sudo chmod g+w node_modules/ep_*
-
+
sudo systemctl start etherpad.service
sudo chmod g-w node_modules/ep_*
ep_latexexport \
ep_markdown \
ep_pad_activity_nofication_in_title \
- ep_ruler \
ep_scrollto \
ep_subscript \
ep_superscript \