Typo3 应用中包含 PHP, Nginx, Apache, Docker, MySQL 等组件,可通过 通用参数表 查看路径、服务、端口等参数。
通过运行docker ps,可以查看到 Typo3 运行时所有的 Container:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
a993567e8948 martinhelmich/typo3:latest "docker-php-entrypoi…" 18 minutes ago Up 18 minutes 0.0.0.0:9001->80/tcp, :::9001->80/tcp typo3
ba3eb402562b mysql:8 "docker-entrypoint.s…" 18 minutes ago Up 18 minutes 0.0.0.0:3306->3306/tcp, :::3306->3306/tcp, 33060/tcp typo3-mysql
$ php /var/www/html/typo3_src/typo3/sysext/core/bin/typo3
TYPO3 CMS 11.5.12 (Application Context: Production)
Usage:
command [options] [arguments]
Options:
-h, --help Display help for the given command. When no command is given display help for the list command
-q, --quiet Do not output any message
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
Available commands:
list Lists commands
help Displays help for a command
dumpautoload [extensionmanager:extension:dumpclassloadinginformation|extension:dumpclassloadinginformation] Updates class loading information in non-composer mode.
backend
backend:lock Lock the TYPO3 Backend
backend:resetpassword Trigger a password reset for a backend user
backend:unlock Unlock the TYPO3 Backend
cache
cache:warmup Cache warmup for all, system or, if implemented, frontend caches.
cache:flush Cache clearing for all, system or frontend caches.
extension
extension:list Shows the list of extensions available to the system
extension:setup Set up extensions
language
language:update Update the language files of all activated extensions
mailer
mailer:spool:send [swiftmailer:spool:send] Sends emails from the spool
referenceindex
referenceindex:update Update the reference index of TYPO3
site
site:list Shows the list of sites available to the system
site:show Shows the configuration of the specified site
upgrade
upgrade:run Run upgrade wizard. Without arguments all available wizards will be run.
upgrade:list List available upgrade wizards.