Skip to content

Commit

Permalink
Add an installation template to simplify installation process
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo committed Oct 12, 2016
1 parent 7180e64 commit 461a2e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
gem 'sufia', '7.2.0'
gem 'flipflop', github: 'jcoyne/flipflop', branch: 'hydra'

run 'bundle install'

generate 'sufia:install', '-f'

rails_command 'db:migrate'

0 comments on commit 461a2e1

Please sign in to comment.