This project is the documentation for the OpenMRS Radiology Module
Install bundler
gem install bundler
Install dependencies
bundle install
Use guard to monitor and regenerate the HTML files whenever a change in asciidoc files is detected
bundle exec guard
To generate index.html with css
asciidoctor index.adoc
NOTE: there is an issue with the Guardfile, it just does not respect the default asciidoctor-default.css stylesheet which is used when running asciidoctor from the command line
Ask questions on OpenMRS Talk.