Skip to content

Instantly share code, notes, and snippets.

@markpbaggett
Created February 17, 2017 00:32
Show Gist options
  • Save markpbaggett/a45ff1f372e6dbfe7a06c40e5807a1e9 to your computer and use it in GitHub Desktop.
Save markpbaggett/a45ff1f372e6dbfe7a06c40e5807a1e9 to your computer and use it in GitHub Desktop.
GeoBlacklight Template File
gem 'blacklight', '>= 6.3'
gem 'geoblacklight', '>= 1.3'
gem 'jettywrapper', '>=2.0.4'
run 'bundle install'
generate 'blacklight:install', '--devise'
generate 'geoblacklight:install', '-f'
rake 'db:migrate'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment