aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui
diff options
context:
space:
mode:
authorxuegao <xue.gao@intl.att.com>2021-05-25 10:32:31 +0200
committerMichael Morris <michael.morris@est.tech>2021-05-25 11:35:44 +0000
commitf070300ac0e134badd57a2ce276b25d84c7d53c0 (patch)
treeb5b79abb375f51511870a4cd2cc1a0b89f96eb5c /openecomp-ui
parent0af92af7d5c4a6ecf6ea4e637077f94e3fe22ec1 (diff)
Update README.md
Update the explanation to start onboard UI locally. Issue-ID: SDC-3606 Signed-off-by: xuegao <xue.gao@intl.att.com> Change-Id: I02a2f82d3a27da934a1722c96129890ac986d6ca
Diffstat (limited to 'openecomp-ui')
-rw-r--r--openecomp-ui/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/openecomp-ui/README.md b/openecomp-ui/README.md
index cb103ce889..883aeb41e3 100644
--- a/openecomp-ui/README.md
+++ b/openecomp-ui/README.md
@@ -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`