Skip to content

Docker based development environment for TYPO3 and solr based on ddev

License

Notifications You must be signed in to change notification settings

dkd-kaehm/solr-ddev-site

 
 

Repository files navigation

DDEV Apache Solr for TYPO3 System

Get going quickly with TYPO3 CMS and Apache Solr.

Prerequisites

  • Install docker (Version should be higher then 17.05)
  • Install ddev (Version should be equal or higher then 1.5.1)

Quickstart

Startup

The ddev environment can be created very easily:

ddev start

After the startup you can access the TYPO3 site with the following url:

http://solr-ddev-site.ddev.site/

The TYPO3 backend can be accessed with:

http://solr-ddev-site.ddev.site/typo3/

Username: admin Password: password

Recreate

From time to time you might want to start again with a clean data base. To do that run:

ddev clean

This will remove all the things and bring the system tu the initial state.

Running tests:

The tests can be executed within the ddev docker containers.

run unit tests

ddev tests-unit

run integration tests

ddev tests-integration

See more about running tests whithin ddev

About

Docker based development environment for TYPO3 and solr based on ddev

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 90.8%
  • Shell 4.6%
  • PHP 2.4%
  • JavaScript 1.6%
  • HTML 0.4%
  • Less 0.1%
  • SCSS 0.1%