Grails-based server which provides the back-end for the client and a clinical GUI.
Make sure you have JDK 1.6 and Grails 2.1 installed and in your path.
First, clone the KIH Auditlog project (a separate project) and install the plug-in in your local repository.
After that, start the server in development mode by issuing
grails run-app
from the command line. Run the unit, integration, and functional tests by issuing
grails test-app
from the command line.
Have a look in BootStrap.groovy for all details on the set-up when
started in development mode. In short, a number of test clinicians are created (in method
createCliniciansForTest):
- Helle Andersen (user name
HelleAndersen, passwordHelleAndersen1) - Jens Hansen (user name:
JensHansen, password:JensHansen1) - Doktor Hansen (user name:
DoktorHansen, password:DoktorHansen1)
And a number of test patients are created (in method createTestPatients), amongst others:
- Nancy Ann Berggreen (user name
NancyAnn, passwordabcd1234) - Linda Hansen (user name
Linda, passwordabcd1234) - Erna Hansen (user name
Erna, passwordabcd1234) - Else Nielsen (user name
Else, passwordabcd1234)
OpenTele Server includes the following 3rd-party software:
- JQuery, license
- JQPlot, MIT License
- JQuery-UI, license
- JQuery-Popupwindow
- Twitter Bootstrap, Apache 2 License. Includes Glyphicons.
- jsPlumb, MIT License
- json2
- FirebugX
- Knockout, MIT License
- Modernizr, MIT License
- Underscore, MIT License
- Font Awesome, MIT License