Skip to content

Commit

Permalink
Merge branch 'master' into complex_geom
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbalogh committed Feb 13, 2017
2 parents a7b946e + 72e7f0a commit e3f53a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions lib/generators/geoblacklight/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ class Install < Rails::Generators::Base

desc 'Install Geoblacklight'

def add_solr_wrapper
generate 'blacklight:solr5'
end

def mount_geoblacklight_engine
route "mount Geoblacklight::Engine => 'geoblacklight'"
end
Expand Down
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
run 'bundle install'

generate 'blacklight:install', '--devise'
generate 'geoblacklight:install', '--solrwrapper', '-f'
generate 'geoblacklight:install', '-f'

rake 'db:migrate'

0 comments on commit e3f53a6

Please sign in to comment.