Skip to content

Instantly share code, notes, and snippets.

@elrayle
Created February 10, 2017 14:13
Show Gist options
  • Save elrayle/2c26ff82145e6374cc7eed768c742b9b to your computer and use it in GitHub Desktop.
Save elrayle/2c26ff82145e6374cc7eed768c742b9b to your computer and use it in GitHub Desktop.
projecthydra/sufia/master/template.rb for Sufia 7.3.0.rc1
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