Skip to content

Instantly share code, notes, and snippets.

@npverni
Created May 15, 2009 14:58
Show Gist options
  • Save npverni/112244 to your computer and use it in GitHub Desktop.
Save npverni/112244 to your computer and use it in GitHub Desktop.
namespace :ts do
desc "stop, index, start sphinx"
task :reboot => :environment do
Rake::Task['ts:stop'].invoke
Rake::Task['ts:in'].invoke
Rake::Task['ts:start'].invoke
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment