akeneo/icecat-demo-bundle

Akeneo PIM Icecat Demo Bundle (For more information about Icecat, please see http://icecat.biz)

Installs: 126

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 14

Forks: 4

Open Issues: 1

Type:symfony-bundle

v1.0.0-BETA3 2013-12-02 17:38 UTC

This package is not auto-updated.

Last update: 2024-04-13 12:38:02 UTC


README

This bundle is deprecated and can't be used with recent versions of Akeneo PIM

This bundle contains real world data coming from the Icecat databases.

To install the demo data, use the following commands :

WARNING: the contents of your database will be replaced

Installing the bundle

From your application root:

$ php composer.phar require --prefer-dist "akeneo/icecat-demo-bundle=dev-master"

Register the bundle by adding the following line inside the app/AppKernel.php file, just before the "return $bundles;" line:

$bundles[] = new Pim\Bundle\IcecatDemoBundle\PimIcecatDemoBundle();

Define the data used by the installer in the parameters.yml file:

installer_data: 'PimIcecatDemoBundle:icecat_demo'

Loading the data

./install.sh db
php app/console doctrine:fixtures:load --append --fixtures=vendor/akeneo/icecat-demo-bundle/Pim/Bundle/IcecatDemoBundle/DataFixtures/
php app/console cache:clear --env=prod
php app/console pim:icecat-demo:import --env=prod
php app/console pim:completeness:calculate --env=prod
php app/console pim:versioning:refresh --env=prod

Icecat data

For more information about Icecat, please see http://icecat.biz/