Issue Fix of the CLIENT_GUI.
Issue-Id : CLIENT-163
Change-Id: I252ea82f2fd6a0c80bea4180310affdb01d66741
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
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
--- /dev/null
+__________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