eikona-media/akeneo4-0-tessa-connector
With this Connector Bundle you seamlessly connect Akeneo with the Digital Asset Management solution "TESSA" (https://www.tessa-dam.com). This provides you with a professional and fully integrated DAM solution for Akeneo to centrally store, manage and use all additional files for your products (e.g. images, videos, documents, etc.) in all channels.
More informationen is available at our website.
| Akeneo | Version |
|---|---|
| Akeneo PIM Community Edition | ~4.0.0 |
| Akeneo PIM Enterprise Edition | ~4.0.0 |
IMPORTANT! Ensure, that your Akeneo API ist working. Tessa needs an API connection to your Akeneo. In some cases Apache is configured wrong, see https://api.akeneo.com/documentation/troubleshooting.html#apache-strip-the-authentication-header.
composer require eikona-media/akeneo4-0-tessa-connector
tessa_media:
resource: "@EikonaTessaConnectorBundle/Resources/config/routing.yml"
config/bundles.php file:return [
// ...
Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle::class => ['all' => true],
];
php bin/console cache:clear --env=prod --no-warmup
php bin/console cache:warmup --env=prod
php bin/console pim:installer:dump-require-paths --env=prod
php bin/console pim:installer:assets --env=prod
yarn run webpack
php bin/console doctrine:schema:update --dump-sql # Show changes
php bin/console doctrine:schema:update --force # Update database schema
Configure the Tessa Connector in your Akeneo System Settings.
(Optionally) Create a cronjob to synchronize data with TESSA in the background
This is only necessary if you use the option "Sync in background" in the system settings
php bin/console eikona_media:tessa:notification_queue:execute --env=prod
Recommended to run every 5 minutes (*/5 * * * *). If the command is started twice at the same time, the second command exists with a notice.
config/bundles.php file:return [
// ...
Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle::class => ['all' => true], // Already registered
Eikona\Tessa\ReferenceDataAttributeBundle\EikonaTessaReferenceDataAttributeBundle::class => ['all' => true], // New
];
How can I help you explore Laravel packages today?