markusvolkmer / typo3-distribution
由 typo3/cms-base-distribution 和 helhum/typo3-distribution 派生出的简单的 TYPO3 发行版包。
v0.5.1
2017-09-27 08:02 UTC
Requires
- helhum/typo3-config-handling: ^0.1
- helhum/typo3-console: ^4.9
- helhum/typo3-secure-web: ^0.2
- markusvolkmer/mv-basepackage: ^1.0
- markusvolkmer/site-package: @dev
- markusvolkmer/typo3-error-handling: @dev
- roave/security-advisories: dev-master
- typo3-console/composer-auto-setup: ^0.1
- typo3/cms: ^8.7
Requires (Dev)
- helhum/dotenv-connector: ^2.0
- nimut/testing-framework: ^2.0.0
- typo3-console/php-server-command: ^0.1.0
- typo3-console/remote-command: @dev
This package is not auto-updated.
Last update: 2024-09-18 21:45:58 UTC
README
这是一个由 typo3/cms-base-distribution 和 helhum/typo3-distribution 派生的小型 TYPO3 发行版。
通过使用严格的版本约束来确保您的需求安全 请记住,此发行版可能会随时进行扩展和/或重构。
markusvolkmer/typo3-distribution 的安装步骤
- 下载并安装 composer
- 运行
composer create-project markusvolkmer/typo3-distribution YourProjectTitle
- 在设置过程中输入您的凭据,当被询问时选择
site
作为设置类型 - 运行
cd YourProjectTitle
- 运行
vendor/bin/typo3cms server:run
或为您的项目路径配置自己的 web 服务器 - 在浏览器中输入
http://127.0.0.1:8080/typo3/
以登录到后端