Skip to content

Commit

Permalink
Add rake db:seed to install steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Mar 9, 2012
1 parent fccc86e commit 460351e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Expand Up @@ -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.
Expand Down

0 comments on commit 460351e

Please sign in to comment.