After download the individual chapters from repository, we need to take a few steps before running our application.
Here is the steps (Remember you must have all the softwares installed on your machine mentioned on Software list).
Installation process for chapters: 01, 04, 05, 06, 10, 11.
- Edit
.env.example
to:.env
if you can't see the.env
. Important Note: on some operating systems.dot
files are hidden by default, so you need a code editor to see and edit this kind of file, we strong recommend the use of VS.code. Open your terminal inside the chapter folder and type the following command on your Terminal:cp .env.example .env
. - Change the
.env
database configuration using thedocker-compose.yml
MySql configuration as follow: