An open API service indexing awesome lists of open source software.

https://github.com/vergilet/coderwall-next-test

test
https://github.com/vergilet/coderwall-next-test

Last synced: 4 months ago
JSON representation

test

Awesome Lists containing this project

README

        

# Coderwall

[![Build Status](https://travis-ci.org/coderwall/coderwall-next.svg?branch=master)](https://travis-ci.org/coderwall/coderwall-next)

The codebase for [coderwall.com](https://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
```bash
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

```