Skip to content

Instantly share code, notes, and snippets.

@pitchart
Last active May 3, 2022 08:30
Show Gist options
  • Save pitchart/88bf97bca3da19f8664fe8ff34b0b418 to your computer and use it in GitHub Desktop.
Save pitchart/88bf97bca3da19f8664fe8ff34b0b418 to your computer and use it in GitHub Desktop.
Dawin 2022
# 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