diff --git a/templates/default/documentation.html.ep b/templates/default/documentation.html.ep index cb13a4c..3ea965b 100644 --- a/templates/default/documentation.html.ep +++ b/templates/default/documentation.html.ep @@ -940,6 +940,8 @@ firewall-cmd --permanent \\ If you want to integrate VROOM with Etherpad-Lite, you'll have to get your instance running. First, install the dependencies
+yum install nodejs npm
+
 yum groupinstall "Development Tools"
Then, Create a user, clone the repository and prepare the config
@@ -964,7 +966,10 @@ cp -a etherpad-lite/settings.json.template etherpad-lite/settings.json

- Now, create a systemd unit + You can start etherpad manually the first time and check all its dependencies get installed +

+sudo -u etherpad /opt/etherpad-lite/bin/run.sh
+ Once you know it's ok, stop it with ctrl+C and create a systemd unit
 cat <<'_EOF' > /etc/systemd/system/etherpad.service
 [Unit]