This TYPO3 distribution contains an example TYPO3 installation. This installation includes all extensions and examples used during official trainings.
- Switch into the directory you with this distribution.
- Run
composer install
- Run
composer typo3:server
- Open the TYPO3 backend: http://127.0.0.1:8080/typo3 and log in with the credentials found below
- Open the TYPO3 frontend: http://127.0.0.1:8080
Backend administrator
- user name:
admin
- password:
admin
Install tool Password
itp
If you (a developer of this distribution) have changed the database and would like to
compact it before committing it, please run composer typo3:db:compact
.
The code is licensed under the Gnu General Public License V2.
The CSS is taken from Twitter Bootstrap and is licensed under the MIT License.