Created
February 10, 2017 14:13
-
-
Save elrayle/2c26ff82145e6374cc7eed768c742b9b to your computer and use it in GitHub Desktop.
projecthydra/sufia/master/template.rb for Sufia 7.3.0.rc1
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
| gem 'sufia', '7.3.0.rc1' | |
| gem 'flipflop', github: 'jcoyne/flipflop', branch: 'hydra' | |
| run 'bundle install' | |
| generate 'sufia:install', '-f' | |
| # Support Rails 4.2 and 5.0 | |
| begin | |
| rails_command 'db:migrate' | |
| rails_command 'curation_concerns:workflow:load' | |
| rescue NoMethodError | |
| rake 'db:migrate' | |
| rake 'curation_concerns:workflow:load' | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment