helhum/typo3-distribution

TYPO3 CMS Distribution with console and .env support

v9.5.2 2019-11-18 17:21 UTC

README

Install using ddev (recommended)

  1. Download and install ddev
  2. Clone the repository git clone https://github.com/helhum/TYPO3-Distribution.git your-project
  3. Run cd your-project
  4. Checkout the branch matching your TYPO3 version (e.g. git checkout origin/9.5 -b 9.5)
  5. Run ddev launch typo3 to start and open the browser with the TYPO3 backend login

Install in any environment

  1. Download and install composer
  2. Run composer create-project helhum/typo3-distribution your-project
  3. Enter correct credentials during setup, select site as setup type when asked
  4. Run cd your-project
  5. Run vendor/bin/typo3cms server:run
  6. Enter http://127.0.0.1:8080/typo3/ in your browser to log into the backend