Sha256: cc3b0f0652e462b1115b5894bf0139f439e949a212415be89f023f070750e4eb

Contents?: true

Size: 496 Bytes

Versions: 3

Compression:

Stored size: 496 Bytes

Contents

gem "blacklight", ">= 5.3.0"
gem "jettywrapper", ">= 2.0"
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]

run "bundle install"

# run the blacklight install generator
options = ENV.fetch("BLACKLIGHT_INSTALL_OPTIONS", '--devise --marc --jettywrapper')

generate 'blacklight:install', options

# run the database migrations
rake "db:migrate"

# index some data
if options =~ /jettywrapper/
  rake "jetty:clean"
  rake "jetty:start"
  rake "blacklight:solr:seed"
  rake "jetty:stop"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-5.9.4 template.demo.rb
blacklight-5.9.3 template.demo.rb
blacklight-5.9.2 template.demo.rb