aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
blob: 5a3c2a604e6a0ff66ecf09c6054684ab77b3d3ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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