Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 651 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 651 Bytes

Install

Clone this repository

$ git clone git@github.com: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]