A fully functional openMAINT docker image with docker-compose for integrating with Postgres, BIMServer and GeoServer
Download docker-compose.yml file and run
docker-compose up --file /path/to/docker-compose.yml
After that a BIMServer will be available at http://localhost:8890/bimserver/, a GeoServer will be available at http://localhost:8889/geoserver/ and openMAINT will be available at http://localhost:8888/openmaint/.
Check Dockerfile for available environment variables, they are pretty much self descriptive.
- Java 6 and Tomcat 6 for openMAINT.
- BIMServer version currently necessary is 1.2 (old),so I created my own at Docker Hub rsilva4/bimserver
- Geoserver 2.6.1 from Docker Hub kartoza/geoserver
- Postgres 9.4 with Postgis 2.1.7 from Docker Hub kpettijohn/postgis
If you wish to contribute be sure to run the test.bats
after your changes and ensuring that every test passes. Add more tests if necessary. Tests built using BATS (Bash Automated Testing System).