Skip to content

coderwall/coderwall-next

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Jonathan Siegel
Feb 1, 2024
5488c29 · Feb 1, 2024
Feb 1, 2024
Feb 19, 2017
Jun 7, 2020
Feb 1, 2024
Mar 29, 2017
Jul 3, 2018
Jan 19, 2016
Oct 13, 2016
Mar 29, 2017
Jan 19, 2016
Sep 20, 2016
Feb 1, 2024
Sep 22, 2016
Mar 30, 2017
Jun 28, 2016
Feb 1, 2024
Feb 1, 2024
Feb 12, 2016
Sep 16, 2016
Jan 21, 2016
May 30, 2018
Feb 27, 2016
Jan 19, 2016
Sep 22, 2016
Sep 23, 2016
May 30, 2018

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