Hi all,

I want to ask about the UI part of sdc.
In this project is a lot of fe modules. I want to setup it locally and connects 
to my minicube running BE services.
I start playing with openecomp-ui.
Like in the example I create the devConfig.json configuration file:
{
"port": 9001,
"proxyCatalogTarget": "http://10.101.3.211:8080";
}
proxyCatalogTarget contain the ip addres of sdc service in my kubernetes.

I noticed that in this project isn't used the gulp anymore, but webpack 
instead, so I start the server with the command:
npm *run start*

The dev-server starts running. I try to check the front, so I go to the 
http://localhost:9001/sdc1/proxy-designer1#/onboardVendor (as it is written in 
sdc/README.md) but I get a message:
Cannot GET /sdc1/proxy-designer1

And all my URL request end with this message.
What step I am missing to see the UI, or check that all things work properly?

The situation repeats with the dcae-ds/dt module.
I build the project and run
*npm run run-local*
Again server starts, but I can't get any content for it.
I try: http://localhost:9000/dcae
but have a message:
Cannot GET /dcae

So I have a generic question what is the proper procedure to run locally the FE 
part od sdc?
There is some documentation to help me with this task?

In kubernetes, all think run correctly, so I can see what is the proper 
configuration in a docker container and do reverse-engineering but for now, I 
don't know what I am missing.

Thanks for the advice.

Kind regards,
Krystian Kedron

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#17115): https://lists.onap.org/g/onap-discuss/message/17115
Mute This Topic: https://lists.onap.org/mt/31656646/21656
Mute #sdc: https://lists.onap.org/mk?hashtag=sdc&subid=2740164
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to