The Big Renaming - etherpad is now an NPM module

This commit is contained in:
Egil Moeller 2012-02-26 13:07:51 +01:00
parent 1955bdec9a
commit 1239ce7f28
116 changed files with 9721 additions and 30 deletions

View file

@ -21,9 +21,9 @@ if [ "$(id -u)" -eq 0 ]; then
fi
#prepare the enviroment
bin/installDeps.sh $* || exit 1
#bin/installDeps.sh $* || exit 1
npm link ./src
#Move to the node folder and start
echo "start..."
cd "node"
node server.js $*
node node_modules/pluginomatic_etherpad-lite/node/server.js $*