Skip to content

cedricziel/typo3-find-distribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TYPO3 CMS Find Distribution

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+

About

TYPO3 Distribution pre-configured with EXT:find (https://github.com/subugoe/typo3-find)

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published