Skip to content

Instantly share code, notes, and snippets.

@mbklein
Created June 3, 2020 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbklein/06990fe96b0ad10576240a2be91b0008 to your computer and use it in GitHub Desktop.
Save mbklein/06990fe96b0ad10576240a2be91b0008 to your computer and use it in GitHub Desktop.
# Hyrax 3.0 Upgrade Notes
```
$ devstack down -v
$ devstack up -d arch
$ bundle exec rake arch:seed ADMIN_USER=bmq449 ADMIN_EMAIL=brendan-quinn@northwestern.edu SEED_FILE=seed.yml
```
- Update Gemfile
```
gem 'hyrax', '~> 3.0.0.beta.rc2`
```
- `bundle update`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment