2017 © Pedro Peláez
 

library tp3_installer

testing typo3

image

web-tp3/tp3_installer

testing typo3

  • Wednesday, July 25, 2018
  • by thomasruta
  • Repository
  • 0 Watchers
  • 0 Stars
  • 57 Installations
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

tp3_installer

Install typo3 - develop - stage - production, (*1)

This is an installer for typo3 dev environment with unit, functional and acceptance testing and developer tools, (*2)

 composer --dev --stability=dev create-project web-tp3/tp3_installer:dev-master

You can pick a Version/Branch of typo3 within the the Installer dev-master (9.x-dev) dev-8.x-dev (8.x-dev) Dependiencies will be maintained within the different Versions. So think about disconnecting your git., (*3)

prerequisites

php 7.x with the extensions:, (*4)

"ext-soap": "*",
"ext-gd": "*",
"ext-fileinfo": "*",
"ext-zlib": "*",
"ext-openssl": "*",
"ext-zip": "*",
"ext-mysqli": "*",

and webserver apache/nginx and a database Mysql/MariaDB., (*5)

install

Simply installs typo3 out of the composer.json for typo3 LTS 9.x -> dev-master Helps you pick the Versions for testing and stable landscapes., (*6)

Feel free to edit the piplines for automated deployment For the first test we suite this package with a docker image running with all needed php features to get started with testing., (*7)

Combined you can make automated tests before deployment., (*8)

https://bitbucket.org/web-tp3/docker, (*9)

The Versions