Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
development:
  user: fedoraAdmin
  password: <password>
  url: http://localhost:9999/fedora
test:
  user: fedoraAdmin
  password: <password>
  url: http://localhost:9999/fedora
production:
  user: fedoraAdmin
  password: <password>
  url: http://localhost:9999/fedora

Configure new NOIDs

Avalon 6 has adopted Noids for object ids instead of the default Fedora 4 UUIDs.  All objects migrated from Avalon 5.x to Avalon 6 will be assigned a new id.  The old Avalon 5.x Fedora 3 PID will be preserved using the prov:wasDerivedFrom predicate.  Avalon uses active_fedora-noid's default template, but this can be overwritten in config/initializers/active_fedora-noid.rb using the gem's instructions.

Run the migration!

The repository migration tool has many options but it can be run with default options as shown.

...