Skip to content

hprobotic/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

$ heroku run rake letsencrypt_plugin
# copy output to cert and key files
$ heroku certs:update coderwall.com-cert.pem coderwall.com-key.pem

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.6%
  • Ruby 37.0%
  • HTML 16.0%
  • JavaScript 8.4%
  • CoffeeScript 1.0%