Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 662 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 662 Bytes

Hubble

Hubble is a prototype clinical decision support system that connects patient records to recommendations in evidence based clinical guidelines.

The latest version of Hubble is online at: http://aers.data2semantics.org/hubble

Running locally

The application uses maven for dependency management

Commandline

  • Clone GIT repository
  • Run 'mvn gwt:run'

Eclipse

  • Make sure you have the maven eclipse plugin installed (m2e), the maven integration for WTP plugin, and the Google Web Toolkit plugin
  • Clone GIT repository
  • In eclipse, import this directory as existing maven project
  • Now run this as a regular Web Application project