/demo

The Official Pimcore Demo Package - You're new to Pimcore? That's your entry point! 🤓

Primary LanguageTSQLOtherNOASSERTION

Demo and Blue Print Application for Pimcore 6

This demo package is intended to be used by Pimcore newcomers who want to learn Pimcore and see it in action. It's tailored get an overview of Pimcores CMS, DAM, PIM and E-Commerce functionality and can be used as a blue print for E-Commerce Applications built with Pimcore. If you are an experienced Pimcore developer, have a look at the Skeleton linked below instead.

Getting started

COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo my-project
cd ./my-project
./vendor/bin/pimcore-install

Docker

You can also use Docker to setup a new Pimcore Installation:

COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/demo my-project
cd ./my-project
docker-compose up -d
docker-compose exec php vendor/bin/pimcore-install --mysql-host-socket=db

The default docker-compose comes with PHP7.4 on debian-buster and mariadb 10.4.

Other demo/skeleton packages