Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 641 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 641 Bytes

TYPO3 Site Template

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