Forked from https://github.com/pimcore/skeleton.
- A Linux based system (or Windows Subsystem for Linux (WSL) if you are on Windows - see https://learn.microsoft.com/en-us/windows/wsl/install for more information)
- Docker Desktop (https://www.docker.com/products/docker-desktop/)
- Clone the repository
- Update the
name
property incomposer.json
to match your project's name - Update the
.env
propertyAPP_NAME
to match your project's name - Run
docker compose up -d
to build the Docker images and run the containers - By default, go to
localhost:8400
in your browser to access the Pimcore admin (port is controlled by theWEB_EXTERNAL_PORT
environment variable). Use usernameadmin
and passwordpimcore
to log in.
We recommend forking this repository and using it as an upstream remote in order to get the latest updates and improvements.