markusvolkmer/typo3-distribution

由 typo3/cms-base-distribution 和 helhum/typo3-distribution 派生出的简单的 TYPO3 发行版包。

v0.5.1 2017-09-27 08:02 UTC

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 的安装步骤

  1. 下载并安装 composer
  2. 运行 composer create-project markusvolkmer/typo3-distribution YourProjectTitle
  3. 在设置过程中输入您的凭据,当被询问时选择 site 作为设置类型
  4. 运行 cd YourProjectTitle
  5. 运行 vendor/bin/typo3cms server:run 或为您的项目路径配置自己的 web 服务器
  6. 在浏览器中输入 http://127.0.0.1:8080/typo3/ 以登录到后端