blob: 5a3c2a604e6a0ff66ecf09c6054684ab77b3d3ae (
plain) (
tree)
|
|
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
|