akeneo/icecat-demo-bundle

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

Maintainers

👁 akeneo

Package info

github.com/akeneo/IcecatDemoBundle

Type:symfony-bundle

pkg:composer/akeneo/icecat-demo-bundle

Statistics

Installs: 134

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 1

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

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

OSL 76b0b2e2e0ca8c673f3b398b263aa0c000f5fdb7

generatordatademo

This package is not auto-updated.

Last update: 2026-06-21 00:11:45 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/