...
After downloading the source, create a /local
directory (like Match) and set up logs
and tmp
(again like Match) underneath. Also create /local/Configconfig
and create a database.php
underneath. Set up the default
Datasource as usual, this will be the new operational Registry PE database. In addition, if you wish to load data from an existing Registry instance, create an additional Datasource called transmogrify
with the appropriate connection information.
...
transmogrify
accepts a list of tables, in case it is useful to truncate and repopulate a small number of tables at a time. Note, however, that any dependent foreign key tables must also be loaded as part of the same transaction if results from the foreign key table are cached for mapping.
Model Specific REST API v2 is fully implemented for all models that have migrated, include authentication and authorization.
...