The codebase for coderwall.com. Coderwall is a developer community used by nearly half a million developers each month to learn and share programming tips.
- Ruby
- Postgres
- Heroku Toolbelt (or foreman gem)
- cp .env.sample .env (most settings are not required for core functionality)
- bundle install
- rake db:create db:migrate
- heroku local