Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderwall/coderwall-next
https://github.com/coderwall/coderwall-next
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coderwall/coderwall-next
- Owner: coderwall
- License: agpl-3.0
- Created: 2016-02-10T02:38:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T10:36:02.000Z (8 months ago)
- Last Synced: 2024-07-31T21:56:17.413Z (3 months ago)
- Language: Ruby
- Homepage: https://coderwall.com
- Size: 12.6 MB
- Stars: 203
- Watchers: 21
- Forks: 50
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - Coderwall - Professional network for software engineers 🔥 ✅ 🚀 (Happy Exploring 🤘)
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
```