Rails-based frontend for the emulatorization-api.
- A running emulatorization-api instance.
- MongoDB.
-
Clone repository.
-
Create
config/api.yml
. The example below assumes you have the API installed locally and running using the default configuration:development: &development host: localhost port: 8080 path: /emulatorization-api/api test: *development production: *development
-
Bundle.
-
Run
foreman start
. This starts both the web server and background worker.
Is available in my Ph.D. thesis, Uncertainty Analysis in the Model Web (Jones, 2014).