Updating README.md
[ccsdk/cds.git] / docs / installation.rst
index 2f9ce48..6d3f069 100644 (file)
@@ -2,6 +2,10 @@
 .. http://creativecommons.org/licenses/by/4.0
 .. Copyright (C) 2019 IBM.
 
+
+User Guide
+==========
+
 Installation
 ------------
 
@@ -40,7 +44,7 @@ helm install --name cds cds
 Result
 ------
 
-.. code-block:: json
+.. code-block:: bash
    :linenos:
    
    $ kubectl get all --selector=release=cds
@@ -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/