Sha256: 55f9b30e99f8d86d3c51afbe23e23675297a91a6abcd07bc7cbea2758e5aab93

Contents?: true

Size: 530 Bytes

Versions: 8

Compression:

Stored size: 530 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:finalize_update' do
      look_for_db_changes
      if db_changed?
        after "deploy:symlink_configs",   "thinking_sphinx:symlink"
        after "deploy:migrate",           "sphinx:configure"
        after "deploy:migrate",           "sphinx:reindex"
      end
    end
  end
  
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fdlcap-0.4.10 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.4.9 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.4.7 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.4.6 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.4.5 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.4.4 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.4.3 lib/fdlcap/recipes/thinking_sphinx.rb
fdlcap-0.4.2 lib/fdlcap/recipes/thinking_sphinx.rb