blob: 6b70dfc5bbe18b660cd7846be2048dfd91cad1bf [file] [log] [blame]
Michael Landoefa037d2017-02-19 12:57:33 +02001# OpenECOMP SDC(UI)
2
3---
4---
5
6# Steps
7
8### Install nodejs & gulp
9
10#### Download nodejs from here : https://nodejs.org/en/ (take the "current" version with latest features) & install it.
11#### Install gulp by running the following command : npm install --global gulp-cli
12
13### Install DOX-UI a
14
15#### Pull for latest changes.
16#### Go to folder dox-sequence-diagram-ui
17#### Give the following command : run npm install
18#### Wait for it..
19#### Go to folder dox-ui
20#### run npm install
21#### 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).
22#### 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>
23#### After everything was successful, run gulp.
24#### After server was up, your favourite UI will wait for you at : http://localhost:9000/sdc1/proxy-designer1#/onboardVendor
25