Skip to content

Ferdev/Pets-Waiting

Repository files navigation

Source repository for http://petswaiting.com.

Ruby 1.8.7 and 1.9.2 compatible.

Installing instructions

  1. Install imagemagick (on OS X, I recommend Homebrew for this task).

     brew install imagemagick --disable-openmp
    
  2. Install bundler gem.

     gem install bundler
    
  3. Install dependencies.

     bundle install
    
  4. Run migrations.

     rake db:migrate
    

Resources