Sha256: ece27ba006a712fe0f178d92dc33594ecd9fbc857c32d8d208bfbba2c8617af2

Contents?: true

Size: 470 Bytes

Versions: 27

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 "thinking_sphinx:symlink",  "sphinx:configure"
    after "deploy:update",            "deploy:migrate"
    after "deploy:migrate",           "sphinx:reindex"
  end
  
end

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
factorylabs-fdlcap-0.3.8 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.9 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.3.33 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.3.31 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.3.30 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.3.29 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.3.28 lib/fdlcap/recipes/thinking_sphinx.rb