cedricziel / typo3-find-distribution
TYPO3 CMS Base Distribution
                                    Fund package maintenance!
                                                                            
                                                                                                                                        cedricziel
                                                                                    
                                                                
Installs: 86
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/cedricziel/typo3-find-distribution
Requires
- helhum/typo3-console: ^4.1
 - solarium/solarium: ^3.7
 - subugoe/find: ^3.1
 - typo3-ter/introduction: ^2.3
 - typo3/cms: 8.5.*
 
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-mastercd project-namedocker-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+