Introduction
This options is for developers to run locally SDC.
...
- Provides sign on to the basic user roles/functionalities
- Creation of basic user accounts
Docker compilation - Docker Maven Build Profile (io.fabric8 maven Plugin)
If you are using ONAP-Vagrant environment you can deploy the simulator by:
Set up the DOCKER_HOST environmental variable
To set environmental variable in Windows (the docker engine environment):
- Run `cmd`
- Issue command `set NAME=VALUE`
...
Code Block |
---|
echo %DOCKER_HOST% |
To compile sdc-simulator docker:
1. Run
Code Block |
---|
mvn clean install -Ddocker.buildArg.http_proxy=<http_proxy> -Ddocker.buildArg.https_proxy=<https_proxy> -P docker |
...
Code Block |
---|
http://localhost:8285/login |
Docker compilation - Docker Engine
1. Build web simulator WAR file run in project “webseal simulator”:
...
Code Block |
---|
http://localhost:8285/login |
WAR compilation - to compile WSSimulator.war
1. To build web simulator WAR file run on project webseal-simulator:
...