Skip to content

Commit ce70c67

Browse files
committed
Updated README
1 parent 10a13ab commit ce70c67

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
@@ -16,7 +16,7 @@ Supports:
1616
- maybe more later...
1717

1818
This Docker boilerplate based on the best practises and don't use too much magic.
19-
Configuration of each docker container is availabe in the docker/ directory - feel free to customize.
19+
Configuration of each docker container is available in the `docker/` directory - feel free to customize.
2020

2121
This boilerplate can also be used for any other web project eg. Symfony, Magento and more.
2222
Just customize the makefile for your needs
@@ -83,12 +83,12 @@ First create and run the Docker containers using [docker-compose](https://github
8383

8484
Now create the project:
8585

86-
- [Create new TYPO3](README-TYPO3.md)
87-
- [Create new NEOS](README-NEOS.md)
88-
- [Create new SYMFONY](README-SYMFONY.md)
89-
- [Running any php based project](README-OTHER.md)
86+
- [Create new TYPO3 project](README-TYPO3.md)
87+
- [Create new NEOS project](README-NEOS.md)
88+
- [Create new Symfony project](README-SYMFONY.md)
89+
- [Running any other php based project](README-OTHER.md)
9090

91-
For an existing project just put your files into code/ folder or use git to clone your project into code/.
91+
For an existing project just put your files into `code/` folder or use git to clone your project into `code/`.
9292

9393

9494
## Informations
@@ -107,7 +107,7 @@ elasticsearch (optional) | Elasticsearch server
107107
memcached (optional) | Memcached server
108108
redis (optional) | Redis server
109109

110-
This directory will be mounted under /docker in main, nginx and httpd container.
110+
This directory will be mounted under `/docker` in `main`, `nginx` and `httpd` container.
111111

112112
### Makefile
113113

@@ -135,7 +135,7 @@ make clean | Clear TYPO3 configuration cache
135135
### MySQL
136136

137137
You can choose between [MySQL](https://www.mysql.com/) (default), [MariaDB](https://www.mariadb.org/)
138-
and [PerconaDB](http://www.percona.com/software) in docker/mysql/Dockerfile
138+
and [PerconaDB](http://www.percona.com/software) in `docker/mysql/Dockerfile`
139139

140140
Setting | Value
141141
------------- | -------------
@@ -219,7 +219,7 @@ Save, set a break point and test the debugger.
219219
Use this boilerplate as template and customize it for each project. Put this Docker
220220
configuration for each project into seperate git repositories.
221221

222-
Now set your existing project repository to be a git submodule in code/.
222+
Now set your existing project repository to be a git submodule in `code/`.
223223
Every developer now needs only to clone the Docker repository with **--recursive**
224224
to get both, the Docker configuration and the TYPO3 installation.
225225

0 commit comments

Comments
 (0)