Download the PHP package eikona-media/akeneo3-2-tessa-connector without Composer
On this page you can find all versions of the php package eikona-media/akeneo3-2-tessa-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eikona-media/akeneo3-2-tessa-connector
More information about eikona-media/akeneo3-2-tessa-connector
Files in eikona-media/akeneo3-2-tessa-connector
Package akeneo3-2-tessa-connector
Short Description Extension to connect TESSA to Akeneo
License proprietary
Homepage https://www.tessa-dam.de
Informations about the package akeneo3-2-tessa-connector
TESSA Connector for Akeneo 3.2
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
Akeneo | Version |
---|---|
Akeneo PIM Community Edition | ~3.2.0 |
Akeneo PIM Enterprise Edition | ~3.2.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.
Installation
1) Install the bundle with composer
2) Then add the following lines at the end of your app/config/routing.yml :
3) Enable the bundle in the app/AppKernel.php
file in the registerProjectBundles()
method:
4) Run the following commands in your project root:
5) Update your database schema
6) Configure the Tessa Connector in your Akeneo System Settings.
7) (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
Recommended to run every 5 minutes (*/5 * * * *
). If the command is started twice at the same time, the second command exists with a notice.
How to use with reference entities (Enterprise Edition >3.0)
1) Enable the ReferenceDataAttributeBundle in the app/AppKernel.php
file in the registerProjectBundles()
method (after the EikonaTessaConnectorBundle
):
2) Select TESSA in the type dropdown when you add a new reference entity attribute
How to use with CustomEntityBundle
1) Make sure you have the CustomEntityBundle installed
2) Enable the ReferenceDataBundle in the app/AppKernel.php
file in the registerProjectBundles()
method (after the EikonaTessaConnectorBundle
):
3) Use the module in your edit forms:
4) (Optionally) Show thumbnails in the datagrid:
All versions of akeneo3-2-tessa-connector with dependencies
akeneo/pim-community-dev Version ~3.2.0
ext-json Version *
ext-curl Version *