Skip to content

Latest commit

 

History

History

empty-db

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Empty database

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.

Quick Start

  1. Install Docker Compose if you haven't already.
  2. git clone https://github.com/ideaconsult/ambit-docker.git
  3. cd ambit-docker/examples/empty-db
  4. docker-compose pull
  5. docker-compose up
  6. Open http://127.0.0.1:8080/ambit in your browser.
  7. Press Ctrl+C in the console, where docker-compose up is running, to stop it.

See the main README.md for more information.