Page MenuHomePhabricator

Fix `make setup` task in Fundraising Operation Center
Open, Needs TriagePublic

Description

Acceptance criteria:

  • Running make setup creates a runnable environment, meaning a make server task (TBD) is able to start a working instance of the FOC.
  • Running make setup with an existing environment will do nothing, except for missing steps. Database migration is NOT part of this!

Optinally, running make setup will check if the database is outdated (using the output of the doctrine CLI command orm:schema-tool:update ) and will stop the database container, drop the database volume and start the database container again.