This example shows how to start AMBIT with an empty database, mainly for populating it with your own data or perhaps testing of the generic AMBIT functionality. Note that it also exposes the RDBMS port locally to allow, for example, importing data directly into the database.
- Install Docker Compose if you haven't already.
git clone https://github.com/ideaconsult/ambit-docker.git
cd ambit-docker/examples/empty-db
docker-compose pull
docker-compose up
- Open http://127.0.0.1:8080/ambit in your browser.
- Press Ctrl+C in the console, where
docker-compose up
is running, to stop it.
See the main README.md for more information.