Skip to content

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

@AaronAcerboni

Description

@AaronAcerboni

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions