Skip to content
This repository has been archived by the owner on Dec 15, 2019. It is now read-only.

chiku/openmrs-spike

Repository files navigation

This repository is dead.

Please refer to the actual work at https://github.com/chiku/JSS-OPD/

====================================================================

A spike to test suitability of backbone for openMRS

Steps to get the application running

  • Install ruby preferably version 1.9.2+. Ensure that ruby is in your path

  • git clone the repository

  • Install dependencies by running these commands from the root directory of the project. Running bundle is a one time thing. Re-run bundle when the file Gemfile changes.

  gem install bundler
  bundle install
  • Bring up the server in development mode
  rackup

Note

Run under production environment

  • Ensure that assets are minified. See 'Minify assets' for more details.

  • Bring up the server in production mode

  rackup -E production

Run tests

  • From the root directory of the project run these commands
  rake

Minify assets

  • We are using juicer to minify assets. This internally uses YUI-compressor. 'java' should be available in your path for this to work.

  • From the root directory of the project run

  rake minify

License

This repository is released under the MIT license. Please refer to LICENSE for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages