https://github.com/vergilet/coderwall-next-test
test
https://github.com/vergilet/coderwall-next-test
Last synced: 4 months ago
JSON representation
test
- Host: GitHub
- URL: https://github.com/vergilet/coderwall-next-test
- Owner: vergilet
- License: agpl-3.0
- Created: 2018-02-13T10:25:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T10:27:11.000Z (over 7 years ago)
- Last Synced: 2025-01-01T21:12:42.559Z (5 months ago)
- Language: Ruby
- Size: 12.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Coderwall
[](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```