Skip to content

itszootime/emulatorization-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Rails-based frontend for the emulatorization-api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published