From 87e090d0eb36be84b6d46e8394c6a27c3339aa21 Mon Sep 17 00:00:00 2001 From: Axel DE VIGNON Date: Wed, 27 Sep 2017 12:23:15 +0200 Subject: [PATCH] =?UTF-8?q?[WIP]=C2=A0Readme=20in=20english?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbf991b..8b9745a 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ Your local environment is available from your host computer at the address: http In some cases, you might need to create a dedicated virtual host to access your project. For example: http://myproject.local:8080. **For Mac and Unix system** + In order to do so, a script `create-vhost.sh` is provided to the root of the repository. Make sure it is executable (`chmod +x create-vhost.sh`) and run it (`./create-vhost.sh`). Just provided the required information, the script will then create an entry into the `/etc/hosts` file and add the virtual host to Apache into the `vagrant-lamp/apache/conf` folder. **In any case**