akeneo / catalogs
Test catalogs for Akeneo PIM
Installs: 5 034
Dependents: 0
Suggesters: 2
Security: 0
Stars: 6
Watchers: 47
Forks: 2
Open Issues: 0
Requires
- php: >=5.4.4
- box/spout: ^2.4
This package is auto-updated.
Last update: 2024-10-24 04:39:32 UTC
README
Upgrade catalogs notes
Are catalogs up-to-date since last configuration change of the DataGeneratorBundle?
## How to generate a catalog?
By using the https://github.com/akeneo-labs/DataGeneratorBundle
How to install a catalog?
To install a catalog, you will have to:
composer require "akeneo/catalogs":"dev-master"
- set your catalog in the PIM parameters via
installer_data: vendor/akeneo/catalogs/path/to/the/catalog/fixtures
- install the fixtures
rm -rf app/cache && app/console pim:install --env=prod --force
- import the products
gunzip -c /<path_to_catalog>/<community|enterprise>/<catalog_size>/products.csv.gz > /tmp/product.csv
app/console akeneo:batch:job csv_product_import --env=prod