No description
app | ||
config | ||
generators/refinery_blog | ||
lib | ||
public | ||
rails | ||
spec | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
readme.md | ||
refinerycms-blog.gemspec |
Install
Open up your GemFile and add at the bottom this line
gem 'refinerycms-blog', '= 1.0.rc6'
Now run bundle install
Next to install it run:
ruby script/generate refinery_blog
Finally migration your database and you're done.
rake db:migrate