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
|
#### Serveur
|
||||||
Il doit être possible de déployer les parties suivantes (séparément ou "all-in-one") :
|
Il doit être possible de déployer les parties suivantes (séparément ou "all-in-one") :
|
||||||
- serveur web (nginx)
|
- 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)
|
- 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]
|
- Vhost pour Symfony: [https://symfony.com/doc/current/setup/web_server_configuration.html#nginx]
|
||||||
|
- base de données (mariadb)
|
||||||
- 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)
|
- (?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
|
- config: create database / create user and password
|
||||||
- PHP :
|
- applicatif (php / composer / git / npm )
|
||||||
- version 7.4
|
- version 7.4
|
||||||
- Extensions: JSON, zip, mysql, intl, fpm, xml
|
- Extensions: JSON, zip, mysql, intl, fpm, xml
|
||||||
- max_execution_time / memory_limit
|
- max_execution_time / memory_limit
|
||||||
|
|
||||||
- composer: https://getcomposer.org/download/
|
- composer: https://getcomposer.org/download/
|
||||||
|
|
||||||
|
|
Reference in a new issue