From dc2733ab571ec3c00789ef1f6920fd63f891bfbb Mon Sep 17 00:00:00 2001 From: seshukm Date: Mon, 13 Feb 2017 16:04:12 +0530 Subject: Added readme for the usage guide Issue Fix of the CLIENT_GUI. Issue-Id : CLIENT-163 Change-Id: I252ea82f2fd6a0c80bea4180310affdb01d66741 Signed-off-by: seshukm --- common/src/main/webapp/usageguide/appserver/server.js | 2 +- common/src/main/webapp/usageguide/readme.txt | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 common/src/main/webapp/usageguide/readme.txt (limited to 'common') diff --git a/common/src/main/webapp/usageguide/appserver/server.js b/common/src/main/webapp/usageguide/appserver/server.js index f7574e02..019b9f37 100644 --- a/common/src/main/webapp/usageguide/appserver/server.js +++ b/common/src/main/webapp/usageguide/appserver/server.js @@ -33,7 +33,7 @@ app.use(function(req, res, next) { next(); }); //app.use(express.static(path.join(__dirname, '../' , 'browser'))); -app.use(express.static(path.join(__dirname, '../../../', 'common'))); +app.use(express.static(path.join(__dirname, '../../../', 'webapp'))); app.use(express.static(path.join(__dirname, '../' , 'browser'))); // Routes diff --git a/common/src/main/webapp/usageguide/readme.txt b/common/src/main/webapp/usageguide/readme.txt new file mode 100644 index 00000000..d984c29b --- /dev/null +++ b/common/src/main/webapp/usageguide/readme.txt @@ -0,0 +1,19 @@ +__________HOW TO LAUNCH___________________: + +Step 1: +Launch the node server from the lcoation + +\appserver\start_node.sh or \appserver\start_node.sh + +based on the operating system. + +Step 2: +Open the browser and enter the URL to get the login page + +http://localhost:4000/ + +Step 3: + +User name : admin +Password : admin + -- cgit 1.2.3-korg