markusvolkmer / typo3-distribution
Simple TYPO3 distribution package derived from typo3/cms-base-distribution and helhum/typo3-distribution.
v0.5.1
2017-09-27 08:02 UTC
Requires
- helhum/typo3-config-handling: ^0.1
- helhum/typo3-console: ^4.9
- helhum/typo3-secure-web: ^0.2
- markusvolkmer/mv-basepackage: ^1.0
- markusvolkmer/site-package: @dev
- markusvolkmer/typo3-error-handling: @dev
- roave/security-advisories: dev-master
- typo3-console/composer-auto-setup: ^0.1
- typo3/cms: ^8.7
Requires (Dev)
- helhum/dotenv-connector: ^2.0
- nimut/testing-framework: ^2.0.0
- typo3-console/php-server-command: ^0.1.0
- typo3-console/remote-command: @dev
This package is not auto-updated.
Last update: 2024-12-25 22:59:32 UTC
README
This is just a small TYPO3 distribution derived from typo3/cms-base-distribution and helhum/typo3-distribution.
Get your requirements fail-safe by using strict version-constraints Keep in mind that this Distribution will be extended and/or refactored at any time.
Installation steps for markusvolkmer/typo3-distribution
- Download and install composer
- Run
composer create-project markusvolkmer/typo3-distribution YourProjectTitle
- Enter your credentials during setup, select
site
as setup type when asked - Run
cd YourProjectTitle
- Run
vendor/bin/typo3cms server:run
/ or configure your own webserver for your project-path - Enter
http://127.0.0.1:8080/typo3/
in your browser to log into the backend