git clone [email protected]:krankikom-gmbh/wbd-pimcore-web.git
This will install composer dependencies, and run the pimcore install process
./devsetup-bootstrap.sh
Once done, please shut it down docker-compose down
.
Once the installation is done, you can run ./devsetup.sh up
./devsetup.sh
has quite a few options (and displays a help when called without parameters).
To name a few:
- up: starts the web
- down: stops the web
- shell: gives you a bash shell in the php container
- migrate: runs migrations in php container
- classes-rebuild: rebuild pimcore classes
- Docker Desktop >= 20.10.3
- virtioFS activated in Docker Desktop (please validate, should be default)
- For virtioFS you will need macOS Ventura or later
- direnv (see https://direnv.net) - please install, setup and read/understand what it does!