narkniro/typo3-site-template

There is no license information available for the latest version (dev-master) of this package.

site project template

dev-master 2023-02-07 16:03 UTC

This package is auto-updated.

Last update: 2024-04-07 18:16:26 UTC


README

Description

This is my own TYPO3 site template to make faster a project to Bootstrap.

Install Steps

  1. Install Project over composer
composer create-project narkniro/typo3-site-template
  1. Copy .env-example .env
copy .env-example .env
  1. Generator encryption key and fill the .env
./bin/generate-entcript-key
  1. Generator the install tool password and fill the .env
./bin/generate-install-password string
  1. Start the docker ddev system
ddev start
  1. Execute the composer install:full in ddev
ddev composer install:full