update project def
This commit is contained in:
parent
adbbf024e4
commit
83f4cdf332
1 changed files with 5 additions and 10 deletions
15
readme.md
15
readme.md
|
@ -36,20 +36,15 @@ L'architecture doit permettre le déploiement sur des environnements de :
|
|||
#### Serveur
|
||||
Il doit être possible de déployer les parties suivantes (séparément ou "all-in-one") :
|
||||
- serveur web (nginx)
|
||||
- base de données (mariadb)
|
||||
- applicatif (php / composer / git / npm )
|
||||
|
||||
- Nginx :
|
||||
- Configuration: Activer le Gzip (https://www.digitalocean.com/community/tools/nginx)
|
||||
- Vhost pour Symfony: [https://symfony.com/doc/current/setup/web_server_configuration.html#nginx]
|
||||
|
||||
- Mariadb :
|
||||
- base de données (mariadb)
|
||||
- (?TODO Check timeout sur installation de la clé) Installer la version : [10.5](https://downloads.mariadb.org/mariad≤b/repositories/#distro=Ubuntu&distro_release=focal--ubuntu_focal&mirror=cnrs&version=10.5)
|
||||
- config: create database / create user and password
|
||||
- PHP :
|
||||
- version 7.4
|
||||
- Extensions: JSON, zip, mysql, intl, fpm, xml
|
||||
- max_execution_time / memory_limit
|
||||
- applicatif (php / composer / git / npm )
|
||||
- version 7.4
|
||||
- Extensions: JSON, zip, mysql, intl, fpm, xml
|
||||
- max_execution_time / memory_limit
|
||||
|
||||
- composer: https://getcomposer.org/download/
|
||||
|
||||
|
|
Reference in a new issue