From ea71aa6fdb2f7af66fdcf88315e6eb1189c9a373 Mon Sep 17 00:00:00 2001 From: Vincent Letourneau Date: Fri, 28 Jul 2017 18:44:50 +0200 Subject: [PATCH] Update README --- README.md | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 27044ae..fbd02bc 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,10 @@ cd docker-nginx-php-mysql **Please wait this might take a several minutes...** + ```sh + sudo docker-compose logs -f # Follow log output + ``` + 3. Open your favorite browser : * [http://localhost:8000](http://localhost:8000/) @@ -182,18 +186,17 @@ cd docker-nginx-php-mysql When developing, you can use [Makefile](https://en.wikipedia.org/wiki/Make_(software)) for doing the following operations : -| Name | Description | -|---------------|-----------------------------------------| -| apidoc | Generate documentation of API | -| clean | Clean directories for reset | -| composer-up | Update php composer | -| docker-start | Create and start containers | -| docker-stop | Stop all services | -| docker-sweep | Sweep old containers and volumes | -| gen-certs | Generate SSL certificates for **nginx** | -| mysql-dump | Create backup of whole database | -| mysql-restore | Restore backup from whole database | -| test | Test application with phpunit | +| Name | Description | +|---------------|---------------------------------------| +| apidoc | Generate documentation of API | +| clean | Clean directories for reset | +| composer-up | Update php composer | +| docker-start | Create and start containers | +| docker-stop | Stop all services | +| gen-certs | Generate SSL certificates for `nginx` | +| mysql-dump | Create backup of whole database | +| mysql-restore | Restore backup from whole database | +| test | Test application with phpunit | ### Examples