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 -v
with a new opened terminal - check ruby is in PATH
ruby -v
could be with the same new opened terminal git clone [email protected]:juanpastas/dcm4chee-opemrs.git
fetches code intodcm4chee-openmrs
new foldercd
into newly created folderbundle
to install dependencies- for the moment, edit
application.rb
at line 14 with sql server credentials ruby application.rb
to start server in 4567 port
#Get a console
cd
into your application directorytux
gives 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