Sha256: 6c61eb87f68184ea16552b7d9efe2180cca43fbde056cda5ab35e0b5870a635f

Contents?: true

Size: 408 Bytes

Versions: 13

Compression:

Stored size: 408 Bytes

Contents

gem "blacklight", ">= 5.3.0"

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

13 entries across 13 versions & 1 rubygems

Version Path
blacklight-5.9.0 template.demo.rb
blacklight-5.8.2 template.demo.rb
blacklight-5.8.1 template.demo.rb
blacklight-5.8.0 template.demo.rb
blacklight-5.7.2 template.demo.rb
blacklight-5.5.4 template.demo.rb
blacklight-5.7.1 template.demo.rb
blacklight-5.7.0 template.demo.rb
blacklight-5.6.0 template.demo.rb
blacklight-5.5.3 template.demo.rb
blacklight-5.5.2 template.demo.rb
blacklight-5.5.1 template.demo.rb
blacklight-5.5.0 template.demo.rb