Created
January 31, 2024 11:21
-
-
Save rfay/0025f4d5cdaacee22839bf6e869c23ad to your computer and use it in GitHub Desktop.
pimcore DDEV quickstart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#This uses the pimcore skeleton repo: | |
mkdir my-pimcore && cd my-pimcore | |
ddev composer create pimcore/skeleton | |
ddev config --docroot=public --create-docroot | |
ddev exec pimcore-install --mysql-username=db --mysql-password=db --mysql-host-socket=db --mysql-database=db --admin-password=admin --admin-username=admin --no-interaction | |
ddev launch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment