Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (20 loc) · 708 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 708 Bytes

Dependencies

  • Ruby 1.9.2 (it is using some Ruby 1.9.2 specific syntax)
  • Postgresql (Gemfile includes 'pg' gem)

Development

Fetch the code:

cd ~/Sites
git clone git://github.com/drnic/svruby-awards.git
cd svruby-awards
bundle
cp config/database.yml.example config/database.yml

Edit your DB config for your PG database.

bundle exec rake db:create:all db:schema:load db:seed

To install Pow:

curl get.pow.cx | sh

To add svruby-awards to Pow:

gem install powder
cd ~/Sites/svruby-awards
powder
open http://svruby-awards.dev

Click Sign in with Meetup.com to signup. You will be given a free award for doing so!