aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorseshukm <seshu.kumar.m@huawei.com>2017-02-13 16:04:12 +0530
committerseshukm <seshu.kumar.m@huawei.com>2017-02-13 16:04:12 +0530
commitdc2733ab571ec3c00789ef1f6920fd63f891bfbb (patch)
tree6df98c9bbb6734ca1b2fefd3d44dd8c338e9739c /common
parenta02619187209a2cd029983de5f30ca3a4b9fff09 (diff)
Added readme for the usage guide
Issue Fix of the CLIENT_GUI. Issue-Id : CLIENT-163 Change-Id: I252ea82f2fd6a0c80bea4180310affdb01d66741 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'common')
-rw-r--r--common/src/main/webapp/usageguide/appserver/server.js2
-rw-r--r--common/src/main/webapp/usageguide/readme.txt19
2 files changed, 20 insertions, 1 deletions
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
+