No commit activity in last 3 years
No release in over 3 years
Mina tasks for Thinking Sphinx
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
 Project Readme

Mina for Thinking Sphinx

Install

Add the gem to application's Gemfile:

gem 'mina-thinking-sphinx', require: false

Run

bundle install

Add line to deploy.rb

require 'mina/ts'

Usage

Use commands in deploy.rb:

task :deploy do
  deploy do
    ...
    on :launch do
      invoke :'ts:rebuild'
    end
  end
end

List of available commands

ts:start
ts:stop
ts:restart
ts:rebuild
ts:index
ts:configure
ts:rt:rebuild
ts:rt:index

See Thinking Sphinx Tasks documentation for details.