Sha256: 975e1aa1b5cf8da3b8822bde9d78850a1ca92f561e7083c2a8509a1d52b20ad2
Contents?: true
Size: 609 Bytes
Versions: 1
Compression:
Stored size: 609 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 #ALWAYS need to do this after "deploy:symlink_configs", "thinking_sphinx:symlink" # Only need to do this if DB has changed after 'deploy:finalize_update' do look_for_db_changes if db_changed? after "deploy:migrate", "sphinx:configure" after "deploy:migrate", "sphinx:reindex" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fdlcap-0.4.11 | lib/fdlcap/recipes/thinking_sphinx.rb |