field-interactive / cms-base-distribution
TYPO3 CMS Base Distribution
Installs: 56
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 23
Language:Shell
Type:project
Requires
- typo3/cms-backend: ^12.4.0
- typo3/cms-belog: ^12.4.0
- typo3/cms-beuser: ^12.4.0
- typo3/cms-core: ^12.4.0
- typo3/cms-dashboard: ^12.4.0
- typo3/cms-extbase: ^12.4.0
- typo3/cms-extensionmanager: ^12.4.0
- typo3/cms-felogin: ^12.4.0
- typo3/cms-filelist: ^12.4.0
- typo3/cms-fluid: ^12.4.0
- typo3/cms-fluid-styled-content: ^12.4.0
- typo3/cms-form: ^12.4.0
- typo3/cms-frontend: ^12.4.0
- typo3/cms-impexp: ^12.4.0
- typo3/cms-info: ^12.4.0
- typo3/cms-install: ^12.4.0
- typo3/cms-reactions: ^12.4.0
- typo3/cms-rte-ckeditor: ^12.4.0
- typo3/cms-seo: ^12.4.0
- typo3/cms-setup: ^12.4.0
- typo3/cms-sys-note: ^12.4.0
- typo3/cms-t3editor: ^12.4.0
- typo3/cms-tstemplate: ^12.4.0
- typo3/cms-viewpage: ^12.4.0
- typo3/cms-webhooks: ^12.4.0
- dev-main
- 12.x-dev
- v12.4.0
- v12.3.0
- v12.1.0
- v12.0.0
- 11.x-dev
- v11.5.1
- v11.5.0
- v11.4.1
- v11.4.0
- v11.3.0
- v11.1.0
- v11.0.0
- 10.x-dev
- v10.4.3
- v10.4.2
- v10.4.1
- v10.4.0
- v10.3.1
- v10.3.0
- v10.2.0
- v10.1.0
- v10.0.0
- v9.5.1
- v9.5.0
- v9.4.0
- v9.3.1
- v9.3.0
- v9.2.1
- v9.2.0
- v9.1.2
- v9.1.1
- v9.1.0
- v8.7.2
- v8.7.1
- v8.7.0
- 7.6.10
- 7.6.1
- 7.6.0
- 6.2.19
- 6.2.15
- 6.2.14
- 6.2.13
- 6.2.12
- 6.2.11
- 6.2.10
- 6.2.9
- 6.2.8
- 6.2.7
- 6.2.6
- 6.2.5
- 6.2.4
- 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
This package is not auto-updated.
Last update: 2025-03-06 23:58:34 UTC
README
Get going quickly with TYPO3 CMS.
Prerequisites
Quickstart
migraw exec "composer create-project field-interactive/cms-base-distribution project-name ^12.x-dev"
cd project-name
Development server
First, configure your migraw.yaml and update the name and host. The following command starts the development web server with migraw, installs all dependencies and runs the typo3 setup
command automatically.
migraw up
(Re-) Run the Setup
To start an interactive installation, you can do so by executing the following command and then follow the wizard:
composer exec typo3 setup
Setup unattended (optional)
If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substitute the arguments with your own environment configuration.
composer exec -- typo3 setup \ --no-interaction \ --driver=mysqli \ --username=typo3 \ --password=typo3 \ --host=127.0.0.1 \ --port=3306 \ --dbname=typo3 \ --admin-username=admin \ --admin-email="info@typo3.org" \ --admin-user-password=password \ --project-name="My TYPO3 Project" \ --create-site="https://localhost/"
License
GPL-2.0 or later