coderwall / coderwall-next

Home Page:https://coderwall.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://coderwall.com

License:GNU Affero General Public License v3.0


Languages

Language:Ruby 40.5%Language:SCSS 25.8%Language:Haml 21.2%Language:JavaScript 9.9%Language:HTML 1.3%Language:CoffeeScript 1.1%Language:Shell 0.1%Language:Procfile 0.1%