infos deps

This commit is contained in:
Tykayn 2022-12-21 18:37:50 +01:00 committed by tykayn
parent a83cfb3edf
commit 4d0b6a8aed
2 changed files with 12 additions and 1 deletions

View File

@ -124,6 +124,18 @@ php bin/console doctrine:schema:validate
``` ```
## Getting started ## 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 # Development
install dependencies with Composer install dependencies with Composer

@ -1 +0,0 @@
Subproject commit 2820baa227c48d780a0eca99acc5f660adbe03ea