Skip to content

Commit

Permalink
Add more install infos to readme.md, fixes refinery#23
Browse files Browse the repository at this point in the history
  • Loading branch information
adamico authored and ugisozols committed Oct 22, 2012
1 parent fcb9065 commit 1aa8f2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Expand Up @@ -11,6 +11,20 @@ Simply use this by adding the following to your `Gemfile`:
gem 'refinerycms-search', '~> 2.0.0', :git => 'git://github.com/refinery/refinerycms-search.git', :branch => '2-0-stable'
```

Now, run ``bundle install``

Next, to install the search plugin run:

rails generate refinery:search

Run database migrations:

rake db:migrate

Finally seed your database and you're done.

rake db:seed

## RE-SAVE all records that have not been indexed before.

A sample search form can be found in [views/refinery/shared/_search.html.erb](http://github.com/resolve/refinerycms-search/blob/master/app/views/refinery/shared/_search.html.erb).
Expand Down

0 comments on commit 1aa8f2d

Please sign in to comment.