For Mac OSX with homebrew installed:
brew update
brew install mongodb
Checkout repo:
git clone git://github.com/codeaholicshk/hk-coders-camp-2012.git
Install gem:
cd hk-coders-camp-2012
gem install bundler --pre
bundle install
Seeding admin account:
padrino rake seed
Launch development environment:
foreman start
Access website from your web browser:
http://127.0.0.1:3000
- Propose and Edit Idea
- Coder Registration using Github account
- Comment and vote for ideas after signing in
- Counters of coder registrations and idea publications
- Mongo
- Padrino
- Heroku