Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 14 days ago
JSON representation

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

```
$ ./update-ssl.sh
```