Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.46 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.46 KB

docker-cmdbuild

A fully functional CMDBuild 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 CMDBuild will be available at http://localhost:8888/cmdbuild/.

DMS still to be done.

Configuration

Check Dockerfile for available environment variables, they are pretty much self descriptive.

Notes

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).