Sha256: 8baefaf777ff2e2dff1d9e65e615f441b03e42827a247f0215135025573f7936

Contents?: true

Size: 269 Bytes

Versions: 1

Compression:

Stored size: 269 Bytes

Contents

gem "blacklight", ">= 6.1"

run "bundle install"

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

generate 'blacklight:install', options

# run the database migrations
rake "db:migrate"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-7.0.0.rc1 template.demo.rb