Sha256: 57e0a153e67f526ca0cc9f57a56655bb8fd2c1b0807d5dab7cca88673f865acb

Contents?: true

Size: 278 Bytes

Versions: 81

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

gem 'blacklight', '>= 7.0'

run "bundle install"

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

generate 'blacklight:install', options

# run the database migrations
rake "db:migrate"

Version data entries

81 entries across 81 versions & 2 rubygems

Version Path
blacklight-7.13.1 template.demo.rb
blacklight-7.13.0 template.demo.rb
blacklight-7.12.1 template.demo.rb
blacklight-7.12.0 template.demo.rb
blacklight-7.11.1 template.demo.rb
blacklight-7.10.0 template.demo.rb
blacklight-7.9.0 template.demo.rb
blacklight-7.8.1 template.demo.rb
blacklight-7.8.0 template.demo.rb
blacklight-7.7.0 template.demo.rb
blacklight-7.6.0 template.demo.rb
blacklight-7.5.1 template.demo.rb
blacklight-7.5.0 template.demo.rb
blacklight-7.4.2 template.demo.rb
blacklight-7.4.1 template.demo.rb
blacklight-7.4.0 template.demo.rb
blacklight-7.3.0 template.demo.rb
blacklight-7.2.0 template.demo.rb
blacklight-7.1.0 template.demo.rb
blacklight-7.1.0.alpha template.demo.rb