Project

dcm4chee

0.01
No commit activity in last 3 years
No release in over 3 years
Providing RESTful APIs for dcm4chee.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.2.3
~> 0.9.3
~> 1.1.0
~> 0.1.3
~> 1.0.0
~> 0.1.0
~> 3.2.11
~> 0.5.4
 Project Readme

Dcm4chee

Build Status Dependency Status Code Climate

dcm4chee is a rails engine which provides RESTful APIs for the most famous dcm4chee.

Installation

The engine interfaces with the dcm4chee archive through Jolokia (http://www.jolokia.org/), which provides a JMX interface with JSON over HTTP. To install Jolokia, simply download the .war and drop it in your archive's /server/default/deploy directory.

Add the dcm4chee to your Gemfile.

gem 'dcm4chee'

And then, run bundle install to install. That's it.

Development

Check the docs

# Generated the docs
yardoc

# Start a web server for serving the docs
yard server

# Visit http://localhost:8808

Tests

bundle exec rspec

# Or
bundle exec rake spec