Skip to content

Chriz74/t3-deployment-workshop

 
 

Repository files navigation

TYPO3 CMS Base Distribution

Get going quickly with TYPO3 CMS.

Prerequisites

Quickstart

  • Clone this project: git clone ...
  • Check DDEV config in .ddev/config.yaml / run ddev config to change values
  • cp .env-dist .env
  • ddev start
  • ddev composer install

Setup TYPO3

To start an interactive installation, you can do so by executing the following command and then follow the wizard:

composer exec typo3cms install:setup

OR

ddev typo3cms install:setup \
    --admin-user-name=admin \
    --admin-password=password \
    --web-server-config=apache

OR

Setup unattended (optional)

If you're a more advanced user, you might want to leverage the unattended installation. To do this, you need to execute the following command and substitute the arguments with your own environment configuration.

Workshop Documentation

see Workshop-Docs/ There will a short script / transscript of the workshop held in Oct. 2022

License

GPL-2.0 or later

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.7%
  • Shell 1.1%
  • CSS 0.2%