Skip to content
forked from pimcore/skeleton

The Pimcore Skeleton - The right package to get your Pimcore project started from the ground up! 💪

Notifications You must be signed in to change notification settings

podarcis/skeleton

 
 

Repository files navigation

Pimcore Project Skeleton

This skeleton should be used by experienced Pimcore developers for starting a new project from the ground up. If you are new to Pimcore, it's better to start with our demo package, listed below 😉

Getting started (Pimcore 6)

COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/skeleton:^2.8 my-project
cd ./my-project
./vendor/bin/pimcore-install

Getting started (Pimcore X beta)

COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/skeleton:10.0.x-dev 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/skeleton my-project
cd ./my-project
docker-compose run --rm php vendor/bin/pimcore-install --mysql-host-socket=db --mysql-username=pimcore --mysql-password=pimcore --mysql-database=pimcore
docker-compose run --rm php chown -R www-data:www-data var/*
docker-compose up -d

You can now navigate your browser to https://localhost or https://localhost/admin. The default docker-compose comes with PHP 7.4 on debian-buster and mariadb 10.4.

Other demo/skeleton packages

About

The Pimcore Skeleton - The right package to get your Pimcore project started from the ground up! 💪

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.6%
  • Twig 9.2%
  • Shell 3.2%