An open API service indexing awesome lists of open source software.

https://github.com/refinery/refinerycms-acts-as-indexed

Refinery CMS ActsAsIndexed integration plugin
https://github.com/refinery/refinerycms-acts-as-indexed

Last synced: 10 months ago
JSON representation

Refinery CMS ActsAsIndexed integration plugin

Awesome Lists containing this project

README

          

# Refinery CMS Acts As Indexed

[![Build Status](https://travis-ci.org/refinery/refinerycms-acts-as-indexed.svg?branch=master)](https://travis-ci.org/refinery/refinerycms-acts-as-indexed)

Refinery CMS Acts As Indexed is the [Acts As Indexed](https://github.com/dougal/acts_as_indexed) integration plugin for [Refinery CMS](http://refinerycms.com).

## Requirements

* Refinery CMS version 4.0.0 or above.

## Install

Open up your ``Gemfile`` and add at the bottom this line:

```ruby
gem 'refinerycms-acts-as-indexed', '~> 4.0.0'
```

Now run `bundle install`.

## Upgrade

When upgrading to a new version of `refinerycms-acts-as-indexed` it is recommended you delete the index directory and allow it to be rebuilt.

## Contribute

Please see the [contributing.md](contributing.md) file for instructions.

## More Information
* Check out our [Website](http://refinerycms.com/)
* [Help and documentation](https://github.com/refinery/refinerycms#help-and-documentation)