Skip to content

Instantly share code, notes, and snippets.

View davdenic's full-sized avatar

David Denicolò davdenic

View GitHub Profile
@davdenic
davdenic / ddev-typo3-bootstrap-instroduction-package.md
Last active October 8, 2018 08:49
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"