Sha256: 42498ad9b8aaba3704c7d6eb38149eed077685fa1a5496f7ae3a67904f391773

Contents?: true

Size: 495 Bytes

Versions: 32

Compression:

Stored size: 495 Bytes

Contents

gem "blacklight", ">= 6.1"
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

32 entries across 32 versions & 1 rubygems

Version Path
blacklight-6.25.0 template.demo.rb
blacklight-6.24.0 template.demo.rb
blacklight-6.23.0 template.demo.rb
blacklight-6.22.0 template.demo.rb
blacklight-6.21.0 template.demo.rb
blacklight-6.20.0 template.demo.rb
blacklight-6.19.2 template.demo.rb
blacklight-6.19.1 template.demo.rb
blacklight-6.19.0 template.demo.rb
blacklight-6.18.0 template.demo.rb
blacklight-6.17.0 template.demo.rb
blacklight-6.16.0 template.demo.rb
blacklight-6.15.0 template.demo.rb
blacklight-6.14.1 template.demo.rb
blacklight-6.14.0 template.demo.rb
blacklight-6.13.0 template.demo.rb
blacklight-6.12.0 template.demo.rb
blacklight-6.11.2 template.demo.rb
blacklight-6.11.1 template.demo.rb
blacklight-6.11.0 template.demo.rb