PimPrint-Demo Pimcore Installation

PimPrint-Demo is a Pimcore bundle that is build for the public available Pimcore Demo. If you already have Pimcore Demo installed directly jump to the Installing PimPrint Demo.

The following guide assumes you use the Pimcore 11 demo. For other Pimcore versions, please refer to the Supported Pimcore Versions section.

Installing Pimcore Demo

Install the Pimcore 11 Demo as described in the Readme.

Installing PimPrint Demo

Install MdsPimPrintDemoBundle into your Pimcore Demo by issuing:

composer require mds-agenturgruppe/pimprint-demo-bundle:^4.0

Enable MdsPimPrintCoreBundle and MdsPimPrintDemoBundle in config/bundles.php:

MdsPimPrintCoreBundle::class => ['all' => true],
MdsPimPrintDemoBundle::class => ['all' => true],
bin/console pimcore:bundle:install MdsPimPrintCoreBundle

For MdsPimPrintCoreBundle installation details please refer the installation instruction page.

For template change in demo projects MdsPimPrintDemoBundle creates predefined properties and imports InDesign template files into the Pimcore asset management. If you want to test this, execute the migrations by issuing:

bin/console doctrine:migrations:migrate --prefix=Mds\\PimPrint\\DemoBundle\\Migrations

Installing the InDesign plugin

In order to generate InDesign documents with the PimPrint-Demo install the mds.PimPrint InDesign plugin and create a server connection to your Pimcore Demo installation.