Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'hyrax-migrator'And then execute:
$ bundleOr install it yourself as:
$ gem install hyrax-migratorUse the included example docker-compose.override.yml to map port 3000 to access the server from http://localhost:3000
$ cp docker-compose.override.yml.example docker-compose.override.ymlUse the included docker-compose.yml to start a local server for development.
$ docker-compose up serverContribution directions go here.
The gem is available as open source under the terms of the MIT License.