Update README.md

This commit is contained in:
Adrien Bourmault 2023-04-03 21:19:06 +00:00
parent 29c2242e43
commit a7fd7c6b18
1 changed files with 10 additions and 0 deletions

View File

@ -512,6 +512,16 @@ Peupler la base de données avec cette configuration :
sudo -u www-data composer movim:migrate sudo -u www-data composer movim:migrate
``` ```
Activer `opcache` dans `/etc/php/7.4/fpm/php.ini` :
```
[opcache]
; Determines if Zend OPCache is enabled
opcache.enable=1
; Determines if Zend OPCache is enabled for the CLI version of PHP
opcache.enable_cli=1
```
Créer l'utilisateur d'administration (<jid> étant son identifiant): Créer l'utilisateur d'administration (<jid> étant son identifiant):
``` ```