, (*1)
ePhoto - Akeneo Connector
Description
After installing the connector, you can import the assets of your choice from ePhoto DAM., (*2)
Source code available on Github.
Install the bundle with composer., (*3)
More information are available at our website., (*4)
Requirements
Ephoto Connector Bundle |
Ephoto |
Akeneo PIM Community Edition |
v1.0.* |
v3.10.* and more |
v1.7.* |
Installation
For example, if you have ePhoto 3.10, you can install this bundle with composer (see requirements section):, (*5)
php /path/to/your/composer.phar require ephoto/akeneo-connector:~1.0
Then add the following lines at the end of your app/config/routing.yml :, (*6)
ephoto:
resource: "@EindenEphotoConnectorBundle/Resources/config/routing.yml"
and enable the bundle in the app/AppKernel.php
file in the registerProjectBundles()
method:, (*7)
protected function registerProjectBundles()
{
return [
// ...
new Einden\Ephoto\ConnectorBundle\EindenEphotoConnectorBundle(),
];
}
After all, run the following commands in your project root:, (*8)
php app/console cache:clear --env=prod
php app/console pim:installer:assets --env=prod
php app/console oro:translation:dump en fr en_US en_UK fr_FR --env=prod
Within the Akeneo system configuration, you have to enter all required URL parameter to connect to your Ephoto DAM instance., (*9)