$ 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
-
Change
GenericWork
toHyrax::Work
-
rails g hyrax:install -f
Trying a vanilla app install:
bundle exec rails generate hyrax:work_resource Krow
/Users/bmq449/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0/gems/valkyrie-1.7.1/lib/valkyrie/types.rb:125: warning: already initialized constant #<Module:0x00007fe38e759a80>::Int
/Users/bmq449/.asdf/installs/ruby/2.6.3/lib/ruby/gems/2.6.0/gems/dry-types-0.12.3/lib/dry/types.rb:119: warning: previous definition of Int was here
[DEPRECATION] pg will not be included as a dependency in Valkyrie's gemspec as of the next major release. Please add the gem directly to your Gemfile if you use a postgres adapter.
[DEPRECATION] activerecord will not be included as a dependency in Valkyrie's gemspec as of the next major release.Please add the gem directly to your Gemfile if you use a postgres adapter.
Could not find generator 'hyrax:work_resource'. Maybe you meant 'hyrax:work', 'valkyrie:resource' or 'hyrax:arkivo_api'
Run `rails generate --help` for more options.