diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-02-13 16:04:12 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-02-13 16:04:12 +0530 |
commit | dc2733ab571ec3c00789ef1f6920fd63f891bfbb (patch) | |
tree | 6df98c9bbb6734ca1b2fefd3d44dd8c338e9739c /common/src/main/webapp/usageguide/readme.txt | |
parent | a02619187209a2cd029983de5f30ca3a4b9fff09 (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/src/main/webapp/usageguide/readme.txt')
-rw-r--r-- | common/src/main/webapp/usageguide/readme.txt | 19 |
1 files changed, 19 insertions, 0 deletions
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
+
|