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.
- Ruby
- Postgres
- Heroku Toolbelt (or foreman gem)
cp .env.sample .env # (most settings are not required for core functionality)
bundle install
rake db:create db:migrate
heroku local
$ heroku run rake letsencrypt_plugin
# copy output to cert and key files
$ heroku certs:update coderwall.com-cert.pem coderwall.com-key.pem