aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrinda Santh Muthuramalingam <brindasanth@in.ibm.com>2019-09-16 13:49:29 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-16 13:49:29 +0000
commit85adf71c11bbdaeed1a9203eede8b7ac3107cb75 (patch)
tree774e34507072d7da25800a4e4432f20f2070d872
parent70873b2e418aab1a7b70ab5da8f0cac4f1c02388 (diff)
parentdfaa1fdfd483b687f93dda1280dea943431fa951 (diff)
Merge "CDS UI running guide"
-rw-r--r--docs/designtime.rst4
-rw-r--r--docs/installation.rst24
2 files changed, 25 insertions, 3 deletions
diff --git a/docs/designtime.rst b/docs/designtime.rst
index 68da0a1f6..ac0af5132 100644
--- a/docs/designtime.rst
+++ b/docs/designtime.rst
@@ -16,7 +16,7 @@ Prerequisite
* Gather the cloud parameters:
-instantiation:
+Instantiation:
~~~~~~~~~~~~~~
Have the HEAT template along with the HEAT environment file (or) Have the Helm chart along with the Values.yaml file
@@ -40,7 +40,7 @@ While doing so, identify the resources using the same process to be resolved; fo
Services:
-=========
+--------
.. toctree::
:maxdepth: 1
diff --git a/docs/installation.rst b/docs/installation.rst
index 2f9ce48e7..ef51fa034 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -2,6 +2,10 @@
.. http://creativecommons.org/licenses/by/4.0
.. Copyright (C) 2019 IBM.
+
+User Guide
+==========
+
Installation
------------
@@ -63,4 +67,22 @@ Result
replicaset.apps/cds-cds-6bd674dc77 1 1 1 2m
replicaset.apps/cds-controller-blueprints-545bbf98cf 1 1 1 2m
NAME DESIRED CURRENT AGE
- statefulset.apps/cds-cds-db 1 1 2m \ No newline at end of file
+ statefulset.apps/cds-cds-db 1 1 2m
+
+
+
+Running CDS UI:
+---------------
+
+Client:
+~~~~~~~
+Install Node.js and angularCLI. Refer https://angular.io/guide/quickstart
+npm install in the directory cds/cds-ui/client
+npm run build - to build UI module
+
+
+Loopback Server:
+~~~~~~~~~~~~~~~~
+
+npm install in the directory cds/cds-ui/server
+npm start should bring you the CDS UI page in your local machine with the link https://127.0.0.1:3000/ \ No newline at end of file