Update README.md 26/121526/2
authorxuegao <xue.gao@intl.att.com>
Tue, 25 May 2021 08:32:31 +0000 (10:32 +0200)
committerMichael Morris <michael.morris@est.tech>
Tue, 25 May 2021 11:35:44 +0000 (11:35 +0000)
Update the explanation to start onboard UI locally.

Issue-ID: SDC-3606
Signed-off-by: xuegao <xue.gao@intl.att.com>
Change-Id: I02a2f82d3a27da934a1722c96129890ac986d6ca

openecomp-ui/README.md

index cb103ce..883aeb4 100644 (file)
@@ -3,7 +3,7 @@
 ## Setup
 
 ##### Install `nodejs`:
-                       
+
 download nodejs from here: https://nodejs.org/en/ (take the "current" version with latest features) & install it.
 ##### Install `gulp`
 
@@ -18,12 +18,12 @@ install gulp by running the following command `npm install --global gulp-cli`
 * run `npm install`
 * create a copy of `devConfig.defaults.json` file and name it `devConfig.json` (we already configured git to ignore it so it will not be pushed)
 in that file.
-  
-  populate the fields of the IP addresses of your BE machine you'd like to connect (**pay attention, it is a JSON file**):
-  
-  For example *http://\<host>:\<port>* 
+
+  set "proxyCatalogTarget" to the URL of the sdc-frontend; set "proxyTarget" to the URL of the sdc-onboard-backend (**pay attention, it is a JSON file**):
+
+  For example *http://\<host>:\<port>*
 * run `npm start`
-* your favorite UI will wait for you at: `http://localhost:9000/sdc1/proxy-designer1#/onboardVendor`
+* your favorite UI will wait for you at: `http://localhost:9000/sdc1/#!/onboardVendor`