ohader / typo3-v10

TYPO3 v10 Docker/DDEV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 v10

Requirements

Install

git clone https://github.com/ohader/typo3-v10.git
cd typo3-v10

ddev import-db -f .ddev/backup/db.sql.gz
ddev composer install 
  • website front-end: https://typo3-v10.ddev.site/
  • website back-end: https://typo3-v10.ddev.site/typo3/
  • admin & system maintainer access (privileged)
    • username: admin
    • password: password
  • advanced user (editor, non-privileged)
    • username: advanced
    • password: password
  • simple user (editor, reduced, non-privileged)
    • username: simple
    • password: password

DDEV commands

ddev start          # starts all relevant Docker containers of this project
ddev stop           # stops all relevant Docker containers of this project
ddev describe       # shows (additional) services used with this project

Side-Notes

Usually Git repositories shall not contain any sensitive information. This project contains (default) settings in public/typo3conf/LocalConfiguration.php which contains sensitive internal data like encryptionKey and database credentials.

About

TYPO3 v10 Docker/DDEV


Languages

Language:PHP 98.8%Language:HTML 1.2%