Update README.md
This commit is contained in:
parent
29c2242e43
commit
a7fd7c6b18
10
README.md
10
README.md
|
@ -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):
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue