Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 875 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 875 Bytes

Installation steps for helhum/typo3-distribution

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