The project need Docker in your local machine for launch, so before running the project you need to install it.
> sudo apt install docker
> sudo apt install docker-compose
> sudo reboot
- Download Docker windows installer: https://download.docker.com/win/beta/InstallDocker.msi
After Docker's installation, you should put your .env in laravel folder
To launch the project do :
cd docker && chmod +x init.sh && ./init.sh && chmod +x smartFix.sh && ./smartFix.sh
cd docker && docker exec rat_php php artisan migrate:fresh --seed