eikona-media / akeneo2-3-tessa-connector
Extension to connect TESSA to Akeneo
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:symfony-bundle
Requires
- php: >=7.1
- akeneo/pim-community-dev: ~2.3.0
This package is auto-updated.
Last update: 2024-11-10 21:45:15 UTC
README
TESSA Connector for Akeneo 2.3
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.
Requirements
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.
Installation
- Install the bundle with composer
composer require eikona-media/akeneo2-3-tessa-connector
- Then add the following lines at the end of your app/config/routing.yml :
tessa_media: resource: "@EikonaTessaConnectorBundle/Resources/config/routing.yml"
- Enable the bundle in the
app/AppKernel.php
file in theregisterProjectBundles()
method:
protected function registerProjectBundles() { return [ // ... new Eikona\Tessa\ConnectorBundle\EikonaTessaConnectorBundle(), ]; }
- Run the following commands in your project root:
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
- Configure the Tessa Connector in your Akeneo System Settings.