typo3-trainer-network / typo3-distribution

TYPO3 distribution for trainings of the TYPO3 Trainer Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 Trainer Network Distribution

CI Status

This TYPO3 distribution contains an example TYPO3 installation. This installation includes all extensions and examples used during official trainings.

Installation

  1. Switch into the directory you with this distribution.
  2. Run composer install
  3. Run composer typo3:server
  4. Open the TYPO3 backend: http://127.0.0.1:8080/typo3 and log in with the credentials found below
  5. Open the TYPO3 frontend: http://127.0.0.1:8080

Credentials

Backend administrator

  • user name: admin
  • password: admin

Install tool Password

  • itp

Compacting the database after a change

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.

License

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.

About

TYPO3 distribution for trainings of the TYPO3 Trainer Network

License:GNU General Public License v2.0


Languages

Language:PHP 73.5%Language:HTML 25.7%Language:CSS 0.8%