Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/helhum/typo3-distribution
- Owner: helhum
- Created: 2014-12-13T11:00:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T12:44:23.000Z (over 3 years ago)
- Last Synced: 2024-05-02T00:36:04.279Z (8 months ago)
- Language: PHP
- Size: 2.07 MB
- Stars: 81
- Watchers: 20
- Forks: 20
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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