https://github.com/gitobi/kawara
https://github.com/gitobi/kawara
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitobi/kawara
- Owner: gitobi
- License: mit
- Created: 2016-03-11T06:31:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T07:12:54.000Z (almost 10 years ago)
- Last Synced: 2025-03-03T00:54:41.092Z (about 1 year ago)
- Language: Ruby
- Size: 86.9 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Kawara
Blog media gem.
This project rocks and uses MIT-LICENSE.
# Features
## Article contents are written by Kramdown gem
## Images are handled by Refile gem
## Categories are managed by Awesome Nested Set gem
# Getting Started
Add kawara gem to your Gemfile.
`gem kawara`
Install kawara gem.
`bundle install`
Copy migration files.
`bin/rake kawara:install:migrations`
Run migrations.
`bin/rake db:migrate`
Load seed data.
`bin/rails runner 'Kawara::Engine.load_seed'`
Add route to kawara engine in your routes.rb.
`mount Kawara::Engine => '/blog'`