The recommended way is to checkout PNF Simulator project from ONAP Git repository and use simulator.sh script If you copy simulator.sh script to another location, keep in mind to copy also docker-compose.yml and directories: config,json_schema and netconf. In order to run simulator, invoke ./simulator.sh start Script downloads if necessary needed Docker images and runs instances of these images.
###Logging It is possible to get access to logs by invocation of ./simulator.sh logs. The content of the logs is related to the last simulator run. Every start of simulator will generate new logs.
###Developer mode For development of PNF Simulator, run simulator.sh start-dev in order to run Netopeer. After that it is possible to run PNF Simulator from IDE.