Coderwall image

Coderwall

Professional network for software engineers

From GitHub

Front-end stack

Nothing special found.

Categories

Readme from GitHub

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