You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](http://isitmaintained.com/project/webdevops/typo3-docker-boilerplate"Average time to resolve an issue")
6
6
[](http://isitmaintained.com/project/webdevops/typo3-docker-boilerplate"Percentage of issues still open")
@@ -13,7 +13,7 @@ Supports:
13
13
- PHP-FPM (with Xdebug)
14
14
- MySQL, MariaDB or PerconaDB
15
15
- PostgreSQL
16
-
- Solr (disabled, with TYPO3 CMS EXT:solrconfiguration as example)
16
+
- Solr (disabled, without configuration)
17
17
- Elasticsearch (disabled, without configuration)
18
18
- Redis (disabled)
19
19
- Memcached (disabled)
@@ -22,16 +22,19 @@ Supports:
22
22
- Support for `TYPO3_CONTEXT` and `FLOW_CONTEXT` for TYPO3, FLOW, NEOS.
23
23
- maybe more later...
24
24
25
-
This Docker boilerplate based on the best practises and don't use too much magic.
26
-
Configuration of each docker container is available in the `docker/` directory - feel free to customize.
25
+
This Docker boilerplate is based on the [Docker best practices](https://docs.docker.com/articles/dockerfile_best-practices/) and doesn't use too much magic. Configuration of each docker container is available in the `docker/` directory - feel free to customize.
27
26
28
-
Warning: There may be issues when using it in production - if you have any success stories please contact me.
27
+
This boilerplate can also be used for any other web project. Just customize the makefile for your needs.
29
28
30
-
You can use my [Vagrant Development VM](https://github.com/webdevops/vagrant-development) for this Docker boilerplate, eg. for easy creating new boilerplate installations with an easy shell command: `ct docker:create directory`
29
+
*Warning: There may be issues when using it in production.*
30
+
31
+
If you have any success stories please contact me.
32
+
33
+
You can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-development) for this Docker boilerplate, e.g. for easily creating new boilerplate installations with short shell command: `ct docker:create directory`.
31
34
32
35
## Table of contents
33
36
34
-
-[Installation and requirements](/documentation/INSTALL.md)
37
+
-[First steps / Installation and requirements](/documentation/INSTALL.md)
0 commit comments