Chriz74 / t3-deployment-workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v2.0


Languages

Language:PHP 98.7%Language:Shell 1.1%Language:CSS 0.2%