This repository contains an initial demo of an Adama service.
It wraps The Haiti Earthquake Database into a web service.
This repository includes a Dockerfile
and a docker-compose.yml
file, which allows a zero installation version of adamalib
.
The only requirements are Docker and docker-compose:
$ git clone https://github.com/DesignSafe-CI/adama_example
$ cd adama_example
$ docker-compose build
$ docker-compose up
Navigate to http://localhost:8889 and access the Jupyter notebook
with password designsafe
. The notebook Demo.ipynb
contains the
actual example.
Note: If you are running on a Mac with boot2docker
, substitute
localhost
by the output of:
$ boot2docker ip
Free software: MIT license