helhum / typo3-distribution
支持控制台和 .env 的 TYPO3 CMS 发行版
v9.5.2
2019-11-18 17:21 UTC
Requires
- helhum/site-package: @dev
- helhum/typo3-config-handling: ^1.0@beta
- helhum/typo3-console: ^5.7
- helhum/typo3-error-handling: @dev
- helhum/typo3-secure-web: ^0.2.7
- roave/security-advisories: dev-master
- typo3-console/composer-auto-commands: ^0.3
- typo3/cms-adminpanel: ^9.5.7
- typo3/cms-belog: ^9.5.7
- typo3/cms-beuser: ^9.5.7
- typo3/cms-context-help: ^9.5.7
- typo3/cms-fluid-styled-content: ^9.5.7
- typo3/cms-impexp: ^9.5.7
- typo3/cms-info: ^9.5.7
- typo3/cms-info-pagetsconfig: ^9.5.7
- typo3/cms-lowlevel: ^9.5.7
- typo3/cms-reports: ^9.5.7
- typo3/cms-rte-ckeditor: ^9.5.7
- typo3/cms-setup: ^9.5.7
- typo3/cms-tstemplate: ^9.5.7
- typo3/cms-viewpage: ^9.5.7
Requires (Dev)
README
使用 ddev 安装(推荐)
- 下载并安装 ddev
- 克隆仓库
git clone https://github.com/helhum/TYPO3-Distribution.git your-project
- 运行
cd your-project
- 检出匹配您的 TYPO3 版本的分支(例如
git checkout origin/9.5 -b 9.5
) - 运行
ddev launch typo3
以启动并使用浏览器打开 TYPO3 后端登录界面
在任何环境中安装
- 下载并安装 composer
- 运行
composer create-project helhum/typo3-distribution your-project
- 在设置过程中输入正确的凭证,当被询问时选择
site
作为设置类型 - 运行
cd your-project
- 运行
vendor/bin/typo3cms server:run
- 在浏览器中输入
http://127.0.0.1:8080/typo3/
以登录后端