diff --git a/README.md b/README.md index 2bab0ed..08e4bb9 100755 --- a/README.md +++ b/README.md @@ -124,6 +124,18 @@ php bin/console doctrine:schema:validate ``` ## Getting started +Have the right dependencies, a domain name, and run the install script. +### Dependencies +* PHP 8+ +* symfony CLI tool +* composer, the PHP dependencies manager +* a database like Mysql +* a proper .env file +### run scripts +```bash +bash update.sh +symfony serve # to start the API on https://localhost:8000 +``` # Development install dependencies with Composer diff --git a/funky-framadate-front b/funky-framadate-front deleted file mode 160000 index 2820baa..0000000 --- a/funky-framadate-front +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2820baa227c48d780a0eca99acc5f660adbe03ea