/TYPO3-Distribution

A distribution package for TYPO3 CMS with added typo3_console support

Primary LanguagePHP

Installation steps

  1. Clone this repository https://github.com/helhum/TYPO3-Distribution.git
  2. Download and install composer
  3. Run composer.phar install
  4. Run vendor/bin/typo3cms install:setup
  5. Enter correct credentials during setup, select site as setup type when asked
  6. Run php -S 127.0.0.1:8080 -t web
  7. Enter http://127.0.0.1:8080/typo3/ in your browser to log into the backend