Table of Contents |
---|
...
There are two ways to run Core NSSMF simulator. One is to start via jar package. The other is to start via docker-compose.
Start by jar package
there is a packge: simulator.tar.gz below need to be downloaded.
...
- cp simulator.tar.gz to a special folder
- unzip simulator.tar.gz
- cd simulator
- modify application.properties
...
5. run the command: java -jar simulator-0.0.1-SNAPSHOT.jar >/dev/null &
Start by docker-compose(Updated in H release)
...