Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/helhum/typo3-distribution

A distribution package for TYPO3 CMS with added typo3_console support
https://github.com/helhum/typo3-distribution

Last synced: about 1 month ago
JSON representation

A distribution package for TYPO3 CMS with added typo3_console support

Awesome Lists containing this project

README

        

## Installation steps for helhum/typo3-distribution

### Install using ddev (recommended)
1. Download and install [ddev](https://ddev.readthedocs.io/en/stable/#installation)
1. Clone the repository `git clone https://github.com/helhum/TYPO3-Distribution.git your-project`
1. Run `cd your-project`
1. Checkout the branch matching your TYPO3 version (e.g. `git checkout origin/9.5 -b 9.5`)
1. Run `ddev launch typo3` to start and open the browser with the TYPO3 backend login

### Install in any environment
1. Download and install [composer](https://getcomposer.org/download/)
1. Run `composer create-project helhum/typo3-distribution your-project`
1. Enter correct credentials during setup, select `site` as setup type when asked
1. Run `cd your-project`
1. Run `vendor/bin/typo3cms server:run`
1. Enter `http://127.0.0.1:8080/typo3/` in your browser to log into the backend