helhum/typo3-distribution
Composer 安装命令:
composer require helhum/typo3-distribution
包简介
TYPO3 CMS Distribution with console and .env support
README 文档
README
Install using ddev (recommended)
- Download and install ddev
- Clone the repository
git clone https://github.com/helhum/TYPO3-Distribution.git your-project - Run
cd your-project - Checkout the branch matching your TYPO3 version (e.g.
git checkout origin/9.5 -b 9.5) - Run
ddev launch typo3to start and open the browser with the TYPO3 backend login
Install in any environment
- Download and install composer
- Run
composer create-project helhum/typo3-distribution your-project - Enter correct credentials during setup, select
siteas setup type when asked - Run
cd your-project - Run
vendor/bin/typo3cms server:run - Enter
http://127.0.0.1:8080/typo3/in your browser to log into the backend
统计信息
- 总下载量: 842
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 80
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2016-03-28