update the readme file≈
This commit is contained in:
parent
d179226247
commit
5bc35214e6
@ -137,16 +137,21 @@ SESSION_DRIVER=redis
|
|||||||
8 - Finally run the containers. Make sure you are in the `docker` folder before running this command.
|
8 - Finally run the containers. Make sure you are in the `docker` folder before running this command.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can run `docker-compose up -d` if you want to run the containers in the background.
|
||||||
|
|
||||||
*"Note: Only the first time you run this command, it will take up to 5 minutes (depend on your connection speed) to download the images to your local machine.*
|
*"Note: Only the first time you run this command, it will take up to 5 minutes (depend on your connection speed) to download the images to your local machine.*
|
||||||
|
|
||||||
|
> Debugging: in case you faced a problem with docker mahcine here, try to running this command in your current terminal session `docker-machine env {vm-name-here}` and then `eval "$(docker-machine env {vm-name-here})"`.
|
||||||
|
|
||||||
|
|
||||||
9 - Open your browser and visit `http://laravel.dev`
|
9 - Open your browser and visit `http://laravel.dev`
|
||||||
|
|
||||||
|
|
||||||
> Debugging: in case you faced an error here, it might be that you forget to provide some permissions for Laravel, so try running the following command on the Laravel root directory:
|
> Debugging: in case you faced an error here, it might be that you forget to provide some permissions for Laravel, so try running the following command on the Laravel root directory:
|
||||||
`sudo chmod -R 777 storage && sudo chmod -R 777 bootstrap/cache`
|
`sudo chmod -R 777 storage && sudo chmod -R 777 bootstrap/cache`.
|
||||||
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user