Sha256: 9cf72de61557e9f1f4f44877d9eae5fe3f8444c619b94f9f58d682b0303b8795

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

Capistrano::Configuration.instance(:must_exist).load do
  # These recipies assume an engineyard configuration
  
  # searchd assumes indexing and configuring being called directly on searchd
  define_recipe :thinking_sphinx do
    after "deploy:symlink_configs",   "thinking_sphinx:symlink"
    after "deploy:update",            "deploy:migrate"
    after "deploy:migrate",           "sphinx:configure"
    after "deploy:migrate",           "sphinx:reindex"
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fdlcap-0.3.34 lib/fdlcap/recipes/thinking_sphinx.rb