add start and footer page authored by Roland Alton's avatar Roland Alton
......@@ -4,7 +4,7 @@ first install in 2010, see https://fairkom.net/dokuwiki/doku.php?id=cloudservice
See also README.txt in root dir
## Directories
## deployment
etherpad-lite has been installed in `/opt/etherpad-lite`
......@@ -15,6 +15,12 @@ Runs as a systemd service /etc/systemd/system/etherpad.service
In `/etc/systemd/system/etherpad.service` we start the service with
`ExecStart=/usr/bin/nodejs --max-old-space-size=1800 /opt/etherpad-lite/node_modules/ep_etherpad-lite/node/server.js`
## start page
adapt here `/opt/etherpad-lite/src/templates/index.html`
footer text on each board is in `settings.json`
## upgrade etherpad
......
......