First commit
This commit is contained in:
parent
abb2f07e3f
commit
cb7fcbe36e
20
README.md
20
README.md
@ -1,3 +1,19 @@
|
||||
# wordPress-stack-with-xdebug
|
||||
# WordPress stack with xdebug
|
||||
|
||||
A handy WordPress stack using docker compose with PHP xdebug enabled.
|
||||
|
||||
## Preparation and Start
|
||||
|
||||
Before starting the stack, please prepare the .env file. There is a sample .env file `sample.env` for the reference.
|
||||
|
||||
To start the stack, type:
|
||||
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
## About the XDebug
|
||||
The XDebug feature is based on this online information:
|
||||
https://marioyepes.com/setup-debug-php-docker-visual-studio-code
|
||||
|
||||
|
||||
A handy WordPress stack using docker compose with xdebug enabled.
|
Loading…
Reference in New Issue
Block a user