Skip to content

Instantly share code, notes, and snippets.

@davdenic
Last active October 8, 2018 08:49
Show Gist options
  • Save davdenic/ba65fd7aa19b00aed09367292fbe0a79 to your computer and use it in GitHub Desktop.
Save davdenic/ba65fd7aa19b00aed09367292fbe0a79 to your computer and use it in GitHub Desktop.
DDEV + TYPO3 + bootstrap package + introduction package
  1. composer create-project typo3/cms-base-distribution yourTYPO3folder
  2. cd yourTYPO3folder
  3. composer require typo3/cms-introduction
  4. ddev config (just hit enter until the end)
  5. touch public/FIRST_INSTALL
  • open the project url given by ddev, something like http://typo3.ddev.local
  • run the install tool, generate an admin user and enter the backend
  • if your the page tree is empty go in the extensions module, deactivate introduction and activate. Go in page module and refresh page tree.
  • if your speaking URLs are not generated try this: go in the maintenance module and "flush TYPO3 and PHP cache" and "Rebuild PHP autoload information"
  • enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment