Skip to content

Commit

Permalink
Merge pull request #1261 from projectblacklight/jetty-port
Browse files Browse the repository at this point in the history
Fix blacklight:server rake task
  • Loading branch information
mejackreed committed Oct 17, 2015
2 parents 535f4c0 + 1c08f0e commit 70820e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/blacklight.rake
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ namespace :blacklight do
Rake::Task['engine_cart:generate'].invoke
end

SolrWrapper.wrap(port: '8888') do |solr|
SolrWrapper.wrap(port: '8983') do |solr|
solr.with_collection(name: 'blacklight-core', dir: File.join(File.expand_path("..", File.dirname(__FILE__)), "solr", "conf")) do
within_test_app do
system "rake solr:marc:index_test_data"
system "bundle exec rake blacklight:index:seed"
system "bundle exec rails s"
end
end
Expand Down

0 comments on commit 70820e0

Please sign in to comment.