From d9d8128e6c2d2308df610f8094b69de958196b1e Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 26 Mar 2014 22:09:29 +0100 Subject: [PATCH 1/2] Linux shell script --- Server_NodeJS.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 Server_NodeJS.sh diff --git a/Server_NodeJS.sh b/Server_NodeJS.sh new file mode 100755 index 0000000..14acd2c --- /dev/null +++ b/Server_NodeJS.sh @@ -0,0 +1,5 @@ +CWD=$(pwd) +NODE_PATH=$CWD/NodeJS/node_modules/npm/node_modules:$CWD/NodeJS/node_modules/npm +NODE_PATH=$NODE_PATH:$CWD/ExpressJS/node_modules + NODE_PATH=$NODE_PATH:$CWD/script/lib:$CWD/script/vendor +NODE_PATH=$NODE_PATH node script/wsrnode.js From 3c47c0b814bd0f867065cbff15b95daea5af0f8a Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 26 Mar 2014 22:10:28 +0100 Subject: [PATCH 2/2] Same name as the Windows script --- Server_NodeJS.sh => WSRNode.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Server_NodeJS.sh => WSRNode.sh (100%) diff --git a/Server_NodeJS.sh b/WSRNode.sh similarity index 100% rename from Server_NodeJS.sh rename to WSRNode.sh