Latest commit 3e9b345 on Feb 14
README.md
docker-openmaint
A fully functional openMAINT docker image with docker-compose for integrating with Postgres, BIMServer and GeoServer
Run using Docker Compose
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/.
Configuration
Check Dockerfile for available environment variables, they are pretty much self descriptive.
Notes
- 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
Development notes
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).
Tidak ada komentar:
Posting Komentar