aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2012-03-09 17:07:24 +0200
committerUģis Ozols <ugis.ozolss@gmail.com>2012-03-09 17:07:24 +0200
commit460351e81ffa6f8ed39cc5134ff4c30d7e191a51 (patch)
tree8db89c075b49911544035b0c8026482be55a88f4 /readme.md
parentfccc86e63c856dba5f62e6d7b5ea0868aec872b3 (diff)
downloadrefinerycms-blog-460351e81ffa6f8ed39cc5134ff4c30d7e191a51.tar.gz
refinerycms-blog-460351e81ffa6f8ed39cc5134ff4c30d7e191a51.tar.bz2
refinerycms-blog-460351e81ffa6f8ed39cc5134ff4c30d7e191a51.zip
Add rake db:seed to install steps.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 3e92f38..db70dfc 100644
--- a/readme.md
+++ b/readme.md
@@ -27,10 +27,14 @@ Next, to install the blog plugin run:
rails generate refinery:blog
-Finally migrate your database and you're done.
+Run database migrations:
rake db:migrate
-
+
+Finally seed your database and you're done.
+
+ rake db:seed
+
## Developing & Contributing
The version of Refinery to develop this engine against is defined in the gemspec. To override the version of refinery to develop against, edit the project Gemfile to point to a local path containing a clone of refinerycms.