Lesson 4 — CI/CD practices

Prerequisites and goals

Prerequisites

Theoretical prerequisites

This lesson assumes that you already know the following:

  • PHP
  • Command line knowledge

Practical prerequisites

Before you start this lesson, please have the following things ready:

  • PHP Version 8 oder newer
  • DDEV Based running TYPO3 Installation
  • Composer knowledge

Goals

Theoretical goals

By the end of this lesson, you should know the following:

  • Know different Quality Asscurance Options for your pipeline
  • Understand what Deployer is used for

Practical goals

By the end of this lesson, you should have completed the following:

  • Install Quality Asscurance Tools
  • Run QS Tools locally

Learning resources

Teacher's instructions

Student's instructions