Skip to content

Commit

Permalink
Start solr when indexing fixtures using the colligo:install task.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeck committed Feb 15, 2017
1 parent 8ffbae3 commit 79955ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/tasks/colligo.rake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ namespace :colligo do
Rake::Task['db:migrate'].invoke
Rake::Task['colligo:download_and_unzip_jetty'].invoke
Rake::Task['colligo:copy_solr_configs'].invoke
Rake::Task['colligo:fixtures'].invoke
Jettywrapper.wrap(Jettywrapper.load_config) do
Rake::Task['colligo:fixtures'].invoke
end
end
desc 'Download and unzip jetty'
task :download_and_unzip_jetty do
Expand Down

0 comments on commit 79955ea

Please sign in to comment.