-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker container with example data #842
Comments
Hi, you can run a SOS container by using the docker configuration files from the development bracnch: https://github.com/52North/SOS/tree/develop/docker/default-config and run the following command:
After the SOS has started you can execute the |
Thanks for the help - that get's me a little bit further with the following Dockerfile:
Is this really different from having no configuration file? As per the readme, these files seem to be used as well when I don't mount anything. However, I don't see the batch request. Do I need to enable transactional operations, maybe? When opening http://localhost:8080/client?load=exampleData I get the error message |
The config file which is used in the last image (5.1.0) does not enable the transactional operations by default and the transactional security is activated. Therefore, we have updated the config in https://github.com/52North/SOS/tree/develop/docker/default-config which has disabled transactional security and enabled transactional operations. If you use the image without defining the local config files, you can access the admin interface wiht |
Hi!
Is there an easy way to run an SOS container and have it include the small test data that is part of the demo deployment at http://sensorweb.demo.52north.org/52n-sos-webapp/client ? So, including the test procedures
http://www.52north.org/test/procedure/<n>
and dummy FOIs/observed properties?The text was updated successfully, but these errors were encountered: