Skip to content

Instantly share code, notes, and snippets.

View akhil7687's full-sized avatar

Akhil akhil7687

  • Bangalore
View GitHub Profile
@lalitlogical
lalitlogical / deploy.rb
Last active April 30, 2017 06:16
sunspot solr with help of capistrano 3
# Your other configuration i.e. github repo, branch, deploy_to etc
.........
namespace :deploy do
# Your other configuration i.e. start/stop puma/passanger/any other application server
......
before :updated, :setup_solr_data_dir do
invoke 'solr:symlink'
end