From 4d0b6a8aedf56896b6b91bd3d8e9e94ebe145049 Mon Sep 17 00:00:00 2001 From: Tykayn Date: Wed, 21 Dec 2022 18:37:50 +0100 Subject: [PATCH] infos deps --- README.md | 12 ++++++++++++ funky-framadate-front | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) delete mode 160000 funky-framadate-front 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