To use this application, you will need to have Docker installed on the server
Place the license.lic file in theApp_Data directory.
In the config directory, you will need to supply your configuration files.
visualisation.configNLog.configWeb.config
Note, if these files are not present, the container will not run.
Also, note that SenseAdapt databases will be created under App_Data
To run the application, usedocker-compose up
If you want to run the application in the background, use docker-compose up -d