This project is the documentation for the OpenMRS Radiology Module
Install bundler
gem install bundlerInstall dependencies
bundle installUse guard to monitor and regenerate the HTML files whenever a change in asciidoc files is detected
bundle exec guardTo generate index.html with css
asciidoctor index.adocNOTE: 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.