From f070300ac0e134badd57a2ce276b25d84c7d53c0 Mon Sep 17 00:00:00 2001 From: xuegao Date: Tue, 25 May 2021 10:32:31 +0200 Subject: Update README.md Update the explanation to start onboard UI locally. Issue-ID: SDC-3606 Signed-off-by: xuegao Change-Id: I02a2f82d3a27da934a1722c96129890ac986d6ca --- openecomp-ui/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'openecomp-ui') 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://\:\* + + 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://\:\* * 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` -- cgit 1.2.3-korg