resterland / webatelier
Resterland TYPO3 项目的源
v6.1.0
2023-05-10 05:18 UTC
Requires
- helhum/typo3-console: ^6 || ^7 || ^8
- typo3/cms-adminpanel: ^11.5 || ^12.4
- typo3/cms-belog: ^11.5 || ^12.4
- typo3/cms-beuser: ^11.5 || ^12.4
- typo3/cms-composer-installers: ^3 || ^4 || ^5
- typo3/cms-core: ^11.5 || ^12.4
- typo3/cms-dashboard: ^11.5 || ^12.4
- typo3/cms-felogin: ^11.5 || ^12.4
- typo3/cms-filelist: ^11.5 || ^12.4
- typo3/cms-filemetadata: ^11.5 || ^12.4
- typo3/cms-fluid-styled-content: ^11.5 || ^12.4
- typo3/cms-form: ^11.5 || ^12.4
- typo3/cms-impexp: ^11.5 || ^12.4
- typo3/cms-indexed-search: ^11.5 || ^12.4
- typo3/cms-info: ^11.5 || ^12.4
- typo3/cms-linkvalidator: ^11.5 || ^12.4
- typo3/cms-lowlevel: ^11.5 || ^12.4
- typo3/cms-redirects: ^11.5 || ^12.4
- typo3/cms-reports: ^11.5 || ^12.4
- typo3/cms-rte-ckeditor: ^11.5 || ^12.4
- typo3/cms-scheduler: ^11.5 || ^12.4
- typo3/cms-seo: ^11.5 || ^12.4
- typo3/cms-setup: ^11.5 || ^12.4
- typo3/cms-sys-note: ^11.5 || ^12.4
- typo3/cms-t3editor: ^11.5 || ^12.4
- typo3/cms-tstemplate: ^11.5 || ^12.4
- typo3/cms-viewpage: ^11.5 || ^12.4
Requires (Dev)
- roave/security-advisories: dev-latest
- typo3/testing-framework: ^6 || ^7 || ^8
This package is auto-updated.
Last update: 2024-09-16 05:33:19 UTC
README
实际上,这个项目仅包含一个 composer.json 文件,这是许多我的 TYPO3 项目的基石。
此 TYPO3 设置仅适用于 typo3/cms-core
^11.5
或更高版本。
工作原理
-
创建新的 TYPO3-项目
$ composer create-project resterland/webatelier YourNewProjectFolder
当然,你应该用你自己的项目名称替换 "YourNewProjectFolder"。
按回车键,魔法就会开始。Composer 将获取并安装所有必要的文件和包,以用于真正的 TYPO3-安装过程。
-
你想删除现有的 VCS (.git, .svn..) 历史? [Y,n]?
这是在获取过程的最后提出的问题。
由于你不再使用 VCS 历史,只需选择 "Y"。
-
通过命令行安装 TYPO3-CMS(推荐)
-
切换到新创建的项目文件夹
$ cd YourNewProjectFolder
-
如你所见,现在,你新项目的基结构已经就绪。
-
上述安装过程的一部分是获取
helhum/typo3-console
。此扩展在安装的下一步中非常有用。 -
仍然在命令行中输入以下内容
$ vendor/bin/typo3cms install:setup
这将带你完成整个安装过程。
- 请注意,你需要一个可以访问数据库的用户,否则你将无法安装 TYPO3(这对任何 TYPO3 安装都是如此)。
- 然而,你不需要在安装之前设置数据库本身。你可以在安装过程中完成此操作。
- 在设置配置中,选择你的站点类型。如果你选择默认的 "no",那么你只能打开后端,因为前端会显示错误。因为没有配置站点。
-
成功安装 TYPO3 CMS!
-
就这么多。祝您玩得开心!