Sha256: ff1ba56d0166a87c3f5c91961ac2cd748ae92d939b6773c984d33e800567919a

Contents?: true

Size: 497 Bytes

Versions: 31

Compression:

Stored size: 497 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:index:seed"
  rake "jetty:stop"
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
blacklight-5.19.2 template.demo.rb
blacklight-5.19.1 template.demo.rb
blacklight-5.19.0 template.demo.rb
blacklight-5.18.0 template.demo.rb
blacklight-5.17.2 template.demo.rb
blacklight-6.0.0.pre5 template.demo.rb
blacklight-5.17.1 template.demo.rb
blacklight-5.17.0 template.demo.rb
blacklight-6.0.0.pre4 template.demo.rb
blacklight-5.16.4 template.demo.rb
blacklight-6.0.0.pre3 template.demo.rb
blacklight-5.16.3 template.demo.rb
blacklight-5.16.2 template.demo.rb
blacklight-5.16.1 template.demo.rb
blacklight-6.0.0.pre2 template.demo.rb
blacklight-6.0.0.pre1 template.demo.rb
blacklight-5.16.0 template.demo.rb
blacklight-5.15.0 template.demo.rb
blacklight-5.14.0 template.demo.rb
blacklight-5.13.1 template.demo.rb