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
- Host: GitHub
- URL: https://github.com/affix/blog
- Owner: affix
- Created: 2016-06-02T20:23:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T00:33:11.000Z (over 9 years ago)
- Last Synced: 2025-07-20T05:53:00.529Z (12 months ago)
- Language: Ruby
- Homepage: https://keiran.scot
- Size: 1.59 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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