Clone this repository
$ git clone [email protected]:adrienroches-sensio/sf7pack_2024.07.09.git
$ cd ./sf7pack_2024.07.09
Run the following commands :
$ symfony composer install
$ symfony console importmap:install
$ symfony console doctrine:database:create
$ symfony console doctrine:migration:migrate -n
$ symfony console doctrine:fixtures:load -n
Then start the server with :
$ symfony serve -d
Then you can log in with :
- user / user [ROLE_USER]
- website / website [ROLE_WEBSITE]
- volunteer / volunteer [ROLE_VOLUNTEER]
- organizer / organizer [ROLE_ORGANIZER]
- admin / admin [ROLE_ADMIN]