Download the PHP package akeneo/icecat-demo-bundle without Composer
On this page you can find all versions of the php package akeneo/icecat-demo-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download akeneo/icecat-demo-bundle
More information about akeneo/icecat-demo-bundle
Files in akeneo/icecat-demo-bundle
Package icecat-demo-bundle
Short Description Akeneo PIM Icecat Demo Bundle (For more information about Icecat, please see http://icecat.biz)
License OSL
Homepage https://github.com/akeneo/IcecatDemoBundle
Informations about the package icecat-demo-bundle
Akeneo PIM Icecat Demo Bundle
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/