First starting by cloning the project. Then:
- If you are using docker, then good, just run
docker compose up -d
- If you are NOT using docker, then please use Docker.
composer install
bin/console d:m:m
- Create a user in the database. For the password, just run
bin/console security:hash-password mysuperpassword
! Then copy and paste the password for the user in the database. - Go to https://localhost/ (with the https).