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

https://github.com/affix/blog

An un-named blogging platform written in ruby
https://github.com/affix/blog

Last synced: 11 days ago
JSON representation

An un-named blogging platform written in ruby

Awesome Lists containing this project

README

          

== As Yet Un-named Blog Project

This is my as yet un-named blog project. I got fed up of wordpress so decided to roll my own minamilist blogging platform.

* Ruby version : >= 2.2

* System dependencies:
- mySQL (production)
- Ruby

* Configuration
- Be sure to change your secret_key for Devise

* Database creation
- bundle exec rake db:migrate
- bundle exec rake db:seeds # for default tags

* How to run the test suite
- bundle exec rake

* Services
- unicorn