You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node is not in the etherpad-lite user's path meaning that etherpad-lite won't start without a work around.
The work around currently is to exclude etherpad-lite/bin/installDeps.sh from running from etherpad-lite/bin/run.sh and in run.sh change the following line:
node is not in the etherpad-lite user's path meaning that etherpad-lite won't start without a work around.
The work around currently is to exclude
etherpad-lite/bin/installDeps.sh
from running frometherpad-lite/bin/run.sh
and inrun.sh
change the following line:node node_modules/ep_etherpad-lite/node/server.js
to:
/home/etherpad-lite/nvm/v0.6.14/bin/node node_modules/ep_etherpad-lite/node/server.js
The text was updated successfully, but these errors were encountered: