-
Notifications
You must be signed in to change notification settings - Fork 9
Home
soyapi edited this page Nov 22, 2011
·
6 revisions
You will need to have the following gems and packages installed on your system
- libopenssl-ruby
- irb
- ruby1.8-dev
- ruby1.8
- libmysql-ruby
- json
- rake
- mongrel
- mongrel_cluster
Here’s how to get yourself up and running with BART locally:
- clone or fork the github repository located at http://github.com/baobab/bart/
- cp config/database.yml.example config/database.yml and edit as necessary
- rake db:create:all
- rake db:migrate && rake db:test:prepare
- run rake spec – you should have a passing test suite.
- rake openmrs:bootstrap:load:defaults RAILS_ENV=development
- rake openmrs:bootstrap:load:site SITE=dza RAILS_ENV=development
- rake openmrs:bootstrap:load:site SITE=location RAILS_ENV=development