0.0
No commit activity in last 3 years
No release in over 3 years
Cap extension for the Elastics gem.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

cap-elastics

Cap extension for the elastics gem (https://rubygems.org/gems/elastics-rails).

Use this exetension to rebuild the Elastic Search index on a server.

Installation

gem install cap-elastics

Or if in the context of something using bundler such as Rails, add to Gemfile eg:

gem 'elastics', :group => :development

Add to top of a relevant Capistrano file (such as config/deploy.rb ordinarily):

require 'cap_elastics'

This makes cap-elastics's tasks available to you.

Usage

The cap-elastics extension adds two tasks to your capistrano setup:

cap elastics:reindex         # Reindex ElasticSearch on a remote server.
cap deploy:elastics:reindex  # Deploy the app and reindex (similar to cap deploy:migrations).

Copyright

Copyright © 2013 Tiago Franco and contributors

Licensed under the same license as Emacs (GPL v3 or later) unless otherwise specified.