Welcome to MedBase <img src=“travis-ci.org/dkarpenko/med_base.png?branch=master” alt=“Build Status” />
0.1 Install and configure MongoDB
0.2 Install and configure Ruby 1.9.3
0.3 Install gem bundler
0.4 Install gems with bundle install command
-
Update <tt>/config/mongoid.yml<tt> with your DB settings.
-
Change directory to
medand start the web server:<tt>rails s</tt>
-
Go to localhost:3000/
-
Run tests with coverage
‘COVERAGE=true bundle exec rake spec`