This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Jared Cobb edited this page Jun 12, 2019
·
2 revisions
The plugin can be installed by either
- Downloading the latest release and uploading it via the WordPress Plugins dashboard.
- Cloning the repository to your
plugins
folder. - Adding the repository as a submodule in your own repository (ensuring it is initialized into the
plugins
folder).
Once activated, the plugin will provide a settings page under the TMS Objects > Sync TMS Objects menu.
Database connection details should point to a valid TMS database (or preferably a copy/export of your TMS database).
Image Delivery System URL defines where object images can be loaded from (assuming you are using a CDN service).
Migrate TMS Data defined which TMS objects should be synchronized
Enable auto-synchronization tells WordPress to run a sync automatically via wp-cron.
The most reliable method of synchronization is via the custom WP CLI commands that are included with the plugin.