abi.de Typo3 CMS
URLs
External DB management access:
External DB management access is only for management purposes NOT for development!
For development you have to setup local DBs! But you can use the external management i.e. for dumps.
Deployment Components
Prerequisites
Custom Extensions
TER Extensions
Setup (general)
- Clone project.
- Setup mysql db.
- Copy /public/typo3conf/env-file-template to /public/typo3conf/.env and set DB credentials and other
secrets in the newly created .env .
- Import a fresh dump into your mysql db.
- Fill up the 'fileadmin'-Directory with a fresh backup.
- cd into project's root folder
- composer install