Skip to content

svruby/svruby-awards

 
 

Repository files navigation

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:https://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:https://svruby-awards.dev

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published