Added readme for the usage guide
authorseshukm <seshu.kumar.m@huawei.com>
Mon, 13 Feb 2017 10:34:12 +0000 (16:04 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Mon, 13 Feb 2017 10:34:12 +0000 (16:04 +0530)
Issue Fix of the CLIENT_GUI.

Issue-Id : CLIENT-163

Change-Id: I252ea82f2fd6a0c80bea4180310affdb01d66741
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
common/src/main/webapp/usageguide/appserver/server.js
common/src/main/webapp/usageguide/readme.txt [new file with mode: 0644]

index f7574e0..019b9f3 100644 (file)
@@ -33,7 +33,7 @@ app.use(function(req, res, next) {
     next();\r
 });\r
 //app.use(express.static(path.join(__dirname, '../' , 'browser')));\r
-app.use(express.static(path.join(__dirname, '../../../', 'common')));\r
+app.use(express.static(path.join(__dirname, '../../../', 'webapp')));\r
 app.use(express.static(path.join(__dirname, '../' , 'browser')));\r
 \r
 // Routes\r
diff --git a/common/src/main/webapp/usageguide/readme.txt b/common/src/main/webapp/usageguide/readme.txt
new file mode 100644 (file)
index 0000000..d984c29
--- /dev/null
@@ -0,0 +1,19 @@
+__________HOW TO LAUNCH___________________:\r
+\r
+Step 1:\r
+Launch the node server from the lcoation\r
+\r
+\appserver\start_node.sh or \appserver\start_node.sh\r
+\r
+based on the operating system.\r
+\r
+Step 2:\r
+Open the browser and enter the URL to get the login page\r
+\r
+http://localhost:4000/\r
+\r
+Step 3:\r
+\r
+User name : admin\r
+Password : admin\r
+\r