Skip to content

serjpetrenko/coderwall-next

 
 

Repository files navigation

Coderwall

Build Status

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.

Prerequisites

  • Ruby
  • Postgres
  • Heroku Toolbelt (or foreman gem)

Get Started

cp .env.sample .env  # (most settings are not required for core functionality)
bundle install
rake db:create db:migrate
heroku local

Updating SSL

$ ./update-ssl.sh

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 40.9%
  • SCSS 25.5%
  • Haml 21.2%
  • JavaScript 9.8%
  • HTML 1.3%
  • CoffeeScript 1.1%
  • Other 0.2%