Last active
February 9, 2021 10:30
-
-
Save ShawnWon/1a967b480f1c1690b9588e5ba6515ef2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $ rails _5.2.2_ new app-name -m https://raw.githubusercontent.com/geoblacklight/geoblacklight_sidecar_images/master/template.rb | |
gem 'blacklight', '>= 7.0' | |
gem 'geoblacklight', '>= 3.0' | |
gem 'statesman', '>= 3.4' | |
gem 'geoblacklight_sidecar_images', :git => "https://github.com/geoblacklight/geoblacklight_sidecar_images.git", :branch => "develop" | |
run 'bundle install' | |
generate 'blacklight:install', '--devise' | |
generate 'geoblacklight:install', '--force' | |
generate 'geoblacklight_sidecar_images:install', '--force' | |
rake 'db:migrate' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment