Skip to content
/ skeleton Public
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

Yivan/skeleton

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,766 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

COMPOSER_MEMORY_LIMIT=-1 composer create-project pimcore/skeleton 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 8.0 on debian-buster and mariadb 10.5.

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 83.9%
  • Twig 13.3%
  • Shell 2.8%