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.0.1 template.demo.rb