Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate why no 'node' in etherpad-lite user's path #2

Open
AaronAcerboni opened this issue Jul 26, 2012 · 0 comments
Open

Investigate why no 'node' in etherpad-lite user's path #2

AaronAcerboni opened this issue Jul 26, 2012 · 0 comments

Comments

@AaronAcerboni
Copy link
Member

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant