akeneo/catalogs

Test catalogs for Akeneo PIM

dev-master / 1.8.x-dev 2018-07-02 14:50 UTC

This package is auto-updated.

Last update: 2024-08-24 04:22:10 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