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.10 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.11 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.15 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.16 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.17 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.18 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.19 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.20 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.21 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.23 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.24 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.25 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.26 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.27 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.28 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.3 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.4 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.5 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.6 lib/fdlcap/recipes/thinking_sphinx.rb
factorylabs-fdlcap-0.3.7 lib/fdlcap/recipes/thinking_sphinx.rb