Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

TYPO3-Solr/docker-dev-environment

Repository files navigation

Apache Solr for TYPO3 docker test system

Thanks

This dev environment is a combination of:

How to use

Clone the repository:

git clone https://github.com/TYPO3-Solr/docker-dev-environment.git

Run the setup (start containers, install TYPO3 with composer)

cd docker-dev-environment
make setup

Afterwards you can login into the TYPO3 backend

http://localhost:8000/typo3/

Install EB Addon's

EB Addons can be installed using private packagist. To do that, the following command can be used:

make composer-use-dkd-packagist <packagist-username> <token>
make composer-require-solrfal
make composer-require-solrfluidgrouping