akeneo/icecat-demo-bundle
Composer 安装命令:
composer require akeneo/icecat-demo-bundle
包简介
Akeneo PIM Icecat Demo Bundle (For more information about Icecat, please see http://icecat.biz)
关键字:
README 文档
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/
统计信息
- 总下载量: 134
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL
- 更新时间: 2013-11-26