Sha256: d1ad02007ed1424ce8c03ed19551d60db44dbc1e872a61293286b82c16f21e1d

Contents?: true

Size: 618 Bytes

Versions: 2

Compression:

Stored size: 618 Bytes

Contents

# solrsrv

Solrsrv is just a very small wrapping of the 'example' directory that comes with SOLR's distribution. This gem is here to provide a very basic search server in your development environment.

## How to use with Rails 3.x

0. Add solrsrv to your Gemfile

        group :dev do
          gem 'solrsrv'
        end

0. Create the configuration file. (This step is optional)

        rails g solrsrv:update_config

0. Start and stop the server using the built in rake tasks:

        rake solrsrv:start

  or

        rake solrsrv:stop

## Copyright

Copyright © 2010 Geraud Boyer. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solrsrv-1.0.1 README.md
solrsrv-1.0.0 README.md