Skip to content

einden/ephoto-akeneo-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ePhoto - Akeneo Connector

ePhoto - Akeneo Connector

Description

After installing the connector, you can import the assets of your choice from ePhoto DAM.

Source code available on Github. Install the bundle with composer.

More information are available at our website.

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):

    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 :

ephoto:
    resource: "@EindenEphotoConnectorBundle/Resources/config/routing.yml"

and enable the bundle in the app/AppKernel.php file in the registerProjectBundles() method:

protected function registerProjectBundles()
{
    return [
        // ...
        new Einden\Ephoto\ConnectorBundle\EindenEphotoConnectorBundle(),
    ];
}

After all, run the following commands in your project root:

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.