[WIP] Readme in english
This commit is contained in:
parent
91aff85d96
commit
87e090d0eb
1 changed files with 1 additions and 0 deletions
|
@ -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**
|
||||
|
|
Reference in a new issue