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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
[](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate"Average time to resolve an issue")
6
6
[](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate"Percentage of issues still open")
7
7
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.
8
+
This is an easy customizable docker boilerplate for any PHP based projects like _TYPO3 CMS_, _TYPO3 NEOS_, _TYPO3 FLOW_, _Symfony Framework_ and many other.
9
9
10
10
Supports:
11
11
@@ -17,7 +17,7 @@ Supports:
17
17
- Redis (disabled)
18
18
- Memcached (disabled)
19
19
- 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.
20
+
- Support for `TYPO3_CONTEXT` and `FLOW_CONTEXT` for TYPO3, FLOW, NEOS.
21
21
- maybe more later...
22
22
23
23
This Docker boilerplate based on the best practises and don't use too much magic.
@@ -261,7 +261,7 @@ Use this boilerplate as template and customize it for each project. Put this Doc
261
261
configuration for each project into seperate git repositories.
262
262
263
263
Now set your existing project repository to be a git submodule in `code/`.
264
-
Every developer now needs only to clone the Docker repository with **--recursive**
264
+
Every developer now needs only to clone the Docker repository with `--recursive` option
265
265
to get both, the Docker configuration and the TYPO3 installation.
266
266
267
267
For better useability track a whole branch (eg. develop or master) as submodule and not just a single commit.
0 commit comments