Middleware to provide dcm4chee functionality to OpenMRS.
#Installation
- install RVM with ruby with just
curl -L https://get.rvm.io | bash -s stable --ruby - check rvm is in PATH
rvm -vwith a new opened terminal - check ruby is in PATH
ruby -vcould be with the same new opened terminal git clone git@github.com:juanpastas/dcm4chee-opemrs.gitfetches code intodcm4chee-openmrsnew foldercdinto newly created folderbundleto install dependencies- for the moment, edit
application.rbat line 14 with sql server credentials ruby application.rbto start server in 4567 port
#Get a console
cdinto your application directorytuxgives you a interactive sinatra console
#Testing
I've installed autotest-growl (see link for installation details),
autotest-fsevent (see that
autotest-fsevent is replaced by autotest-inotify in Linux) and
rspec, see
how they work here, to just
use them enter autotest when in the project directory