Last active
May 3, 2022 08:30
-
-
Save pitchart/88bf97bca3da19f8664fe8ff34b0b418 to your computer and use it in GitHub Desktop.
Dawin 2022
This file contains hidden or 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
# run containers | |
docker-compose up -d mysql [apache|nginx] | |
# exec bash (php commands) | |
docker-compose exec --user=www-data php-fpm bash | |
# consoles | |
php vendor/bin/typo3cms | |
# or | |
php vendor/bin/typo3 | |
# create new admin user | |
php vendor/bin/typo3cms backend:createadmin | |
# install typo3 console | |
composer require helhum/typo3-console |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment