Short description and motivation.
How to use my plugin.
Add this line to your application's Gemfile:
gem 'hyrax-migrator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hyrax-migrator
Use 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.yml
Use the included docker-compose.yml to start a local server for development.
$ docker-compose up server
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.