godreams / admin-server

Web administration interface for Guardians of Dreams. http://godreams.org
3 stars 1 forks source link
godreams nonprofit rails

Guardians of Dreams Admin Interface

Build Status Coverage Status Code Climate

Development Setup

  1. Install rbenv and rbenv/ruby-build. Follow instructions to properly set it up (or use rvm if that's what you prefer).
  2. Install Ruby 2.4.0: rbenv install 2.4.0
  3. Install bundler: gem install bundler
  4. Install dependencies: bundle install

Execution

To run the server:

bundle exec rails server

Now open localhost:3000 in your browser.