Created
June 3, 2020 16:11
-
-
Save mbklein/06990fe96b0ad10576240a2be91b0008 to your computer and use it in GitHub Desktop.
This file contains 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
# Hyrax 3.0 Upgrade Notes | |
``` | |
$ devstack down -v | |
$ devstack up -d arch | |
$ bundle exec rake arch:seed ADMIN_USER=bmq449 [email protected] 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