[DONE] Readme in english
This commit is contained in:
parent
1a33f2bd73
commit
ebc14d3208
1 changed files with 12 additions and 11 deletions
23
README.md
23
README.md
|
@ -154,7 +154,16 @@ In any case: you can also do it manually by creating the Apache virtual host con
|
|||
You must also add manually an entry into the computer's `hosts` file.
|
||||
Finally, you must reload Apache on the VM machine using `service apache2 reload`.
|
||||
|
||||
#### Projects browser
|
||||
|
||||
#### Mailcatcher test form
|
||||
|
||||
You may also access the http://localhost:8080/mail.php page. This is a test form allowing you to test the Mailcatcher application.
|
||||
|
||||
#### Log files
|
||||
|
||||
The Apache log files are located into the `vagrant-lamp/apache/logs` folder.
|
||||
|
||||
### Projects browser
|
||||
|
||||
This starter kit comes with a homemade projects browser. To access this browser, simply visit http://localhost:8080 from your host Web browser.
|
||||
The project browser will show the content of the `/vagrant/www` directory and allow you to navigate into the subfolders. Its features:
|
||||
|
@ -166,14 +175,6 @@ The project browser will show the content of the `/vagrant/www` directory and al
|
|||
|
||||

|
||||
|
||||
#### Mailcatcher test form
|
||||
|
||||
You may also access the http://localhost:8080/mail.php page. This is a test form allowing you to test the Mailcatcher application.
|
||||
|
||||
#### Log files
|
||||
|
||||
The Apache log files are located into the `vagrant-lamp/apache/logs` folder.
|
||||
|
||||
### MariaDB (MySQL)
|
||||
|
||||
#### Access
|
||||
|
@ -195,9 +196,9 @@ The MariaDB log files are located into the `vagrant-lamp/mysql/logs`
|
|||
|
||||
### Gulp
|
||||
|
||||
Please refer to the chapter [File changes watcher](#file-changes-watcher)".
|
||||
Please refer to the chapter [File changes watcher](#file-changes-watcher).
|
||||
|
||||
## Questions / Know issues
|
||||
## Questions / Known issues
|
||||
|
||||
### Issues at boot time
|
||||
|
||||
|
|
Reference in a new issue