cedricziel/typo3-find-distribution

TYPO3 CMS Base Distribution

Fund package maintenance!
cedricziel

Installs: 86

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

Type:project

v8.5.1 2017-01-26 13:08 UTC

This package is auto-updated.

Last update: 2024-08-28 11:03:36 UTC


README

Get going quickly with TYPO3 CMS and EXT:find and Solr.

Prerequisites

  • composer
  • docker-compose

Quickstart

  • composer create-project cedricziel/typo3-find-distribution project-name dev-master
  • 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

Tasks

  • tbd

Backup

  • tbd

License

GPL-2.0+