Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 958 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 958 Bytes

emulatorization-web

Rails-based frontend for the emulatorization-api.

Requirements

Installation

  1. Clone repository.

  2. 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
  3. Bundle.

  4. Run foreman start. This starts both the web server and background worker.

Further reading

Is available in my Ph.D. thesis, Uncertainty Analysis in the Model Web (Jones, 2014).