helhum / typo3-distribution
TYPO3 CMS Distribution with console and .env support
Installs: 841
Dependents: 0
Suggesters: 0
Security: 0
Stars: 81
Watchers: 20
Forks: 19
Open Issues: 2
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
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 typo3
to 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
site
as 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