Skip to content

Commit e3b6242

Browse files
committed
Improved README
1 parent 352b1d3 commit e3b6242

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,19 @@
55
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Average time to resolve an issue")
66
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Percentage of issues still open")
77

8-
9-
This is a boilerplate utilizing Docker based with support
10-
for **TYPO3_CONTEXT** and **FLOW_CONTEXT** for TYPO3, FLOW, NEOS.
11-
It also supports Symfony and any other PHP base project.
8+
This is an easy customizable docker boilerplate for any PHP based projects like TYPO3 CMS, TYPO3 NEOS, TYPO3 FLOW, Symfony Famework and many other.
129

1310
Supports:
1411

1512
- Nginx or Apache HTTPd
16-
- PHP-FPM (with Xdebug and Xhprof)
13+
- PHP-FPM (with Xdebug)
1714
- MySQL, MariaDB or PerconaDB
18-
- Solr (disabled, without EXT:solr configuration)
15+
- Solr (disabled, with TYPO3 CMS EXT:solr configuration as example)
1916
- Elasticsearch (disabled, without configuration)
2017
- Redis (disabled)
2118
- Memcached (disabled)
2219
- Mailcatcher (if no mail sandbox is used, eg. [Vagrant Development VM](https://github.com/mblaschke/vagrant-development))
20+
- Support for **TYPO3_CONTEXT** and **FLOW_CONTEXT** for TYPO3, FLOW, NEOS.
2321
- maybe more later...
2422

2523
This Docker boilerplate based on the best practises and don't use too much magic.
@@ -28,9 +26,9 @@ Configuration of each docker container is available in the `docker/` directory -
2826
This boilerplate can also be used for any other web project eg. Symfony, Magento and more.
2927
Just customize the makefile for your needs
3028

31-
Warning: Don't use this Docker containers for production - they are only for development!
29+
Warning: Don't use this Docker containers for production - they are only for development. If you find it usefull for production please contact me.
3230

33-
Use can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-development) for this Docker boilerplate.
31+
Use can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-development) for this Docker boilerplate, eg. for easy creating new boilerplate installations with an easy shell command: `ct docker:create directory`
3432

3533
## Requirements
3634

@@ -42,7 +40,7 @@ Use can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-dev
4240
If you want to run a Docker VM make sure you're using VMware or Parallels Desktop because of
4341
the much faster virtualisation (networking, disk access, shared folders) compared to VirtualBox.
4442

45-
For more convenience use [CliTools.phar](https://github.com/mblaschke/vagrant-clitools) (will also run on native Linux, not only Vagrant)
43+
For more convenience use [CliTools.phar](https://github.com/mblaschke/vagrant-clitools) (will also run on native Linux, not only inside a Vagrant box)
4644

4745
## Docker short introduction
4846

@@ -214,6 +212,7 @@ Environment | Description
214212
DOCUMENT_ROOT | Document root for Nginx and Apache HTTPD, can be absolute or relative (to /docker inside the container).
215213
DOCUMENT_INDEX | Default document index file for Nginx and Apache HTTPd
216214
CLI_SCRIPT | Target for "cli" command of main container
215+
CLI_USER | User which should be used to run CLI scripts (normally www-data, equals php-fpm user)
217216
<br> |
218217
TYPO3_CONTEXT | Context for TYPO3, can be used for TypoScript conditions and AdditionalConfiguration
219218
FLOW_CONTEXT | Context for FLOW and NEOS
@@ -272,3 +271,4 @@ For better useability track a whole branch (eg. develop or master) as submodule
272271
This Docker layout is based on https://github.com/denderello/symfony-docker-example/
273272

274273
Thanks to [cron IT GmbH](http://www.cron.eu/) for the inspiration for this Docker boilerplate.
274+
Also thanks to Ingo Pfennigstorf for testing and some usefull ideas.

0 commit comments

Comments
 (0)