Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricziel/typo3-base-distribution
Composer distribution to get going quickly with TYPO3 CMS
https://github.com/cedricziel/typo3-base-distribution
composer distribution typo3-cms
Last synced: 11 days ago
JSON representation
Composer distribution to get going quickly with TYPO3 CMS
- Host: GitHub
- URL: https://github.com/cedricziel/typo3-base-distribution
- Owner: cedricziel
- Created: 2016-11-05T20:51:10.000Z (about 8 years ago)
- Default Branch: 8.7
- Last Pushed: 2017-04-12T07:49:27.000Z (over 7 years ago)
- Last Synced: 2024-10-11T20:12:08.440Z (25 days ago)
- Topics: composer, distribution, typo3-cms
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TYPO3 CMS Base Distribution
Get going quickly with TYPO3 CMS.
## Prerequisites
* composer
* docker-compose## Quickstart
* `composer create-project cedricziel/typo3-base-distribution project-name 8.7.*`
* `cd project-name`
* `docker-compose up -d`**setup unattended:**
```
vendor/bin/typo3cms install:setup \
--non-interactive \
--database-user-name=typo3 \
--database-user-password=typo3 \
--database-host-name=127.0.0.1 \
--database-port=33060 \
--database-name=typo3 \
--use-existing-database \
--admin-user-name=admin \
--admin-password=password \
--site-setup-type=site
```* `TYPO3_CONTEXT=Development php -S localhost:8000 -t web`
* open your browser at "http://localhost:8000"## Tasks
* tbd
### Backup
* tbd
# License
GPL-2.0+