Mise à jour de la documentation et simplification
This commit is contained in:
parent
2c2d31afe6
commit
4b2e22ba21
14
docs/README
14
docs/README
@ -13,7 +13,7 @@ Note : Project are define to be use on Linux Server, so take care about path and
|
|||||||
PROJECT
|
PROJECT
|
||||||
=======
|
=======
|
||||||
|
|
||||||
This application is a frontend for the WebService and it's display information graphically.
|
This application is a frontend for the WebService and it's display information graphically.
|
||||||
|
|
||||||
|
|
||||||
SYSTEM REQUIREMENTS
|
SYSTEM REQUIREMENTS
|
||||||
@ -42,6 +42,18 @@ Environment configuration
|
|||||||
|
|
||||||
Set in apache vhost config file (mod_php) or in .user.ini (php-fpm)
|
Set in apache vhost config file (mod_php) or in .user.ini (php-fpm)
|
||||||
|
|
||||||
|
. mod_php
|
||||||
|
|
||||||
|
Add in <VirtualHost/>
|
||||||
|
SetEnv APPLICATION_ENV "development"
|
||||||
|
|
||||||
|
. php-fpm
|
||||||
|
|
||||||
|
Add a file in document root path (public/) a file .user.ini
|
||||||
|
env[APPLICATION_ENV] = "development"
|
||||||
|
|
||||||
|
See the .user.ini file
|
||||||
|
|
||||||
|
|
||||||
- Persistent Storage
|
- Persistent Storage
|
||||||
|
|
||||||
|
8
docs/config/.user.ini
Executable file
8
docs/config/.user.ini
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
upload_max_filesize=513M
|
||||||
|
post_max_size=513M
|
||||||
|
memory_limit=512M
|
||||||
|
mbstring.func_overload=0
|
||||||
|
always_populate_raw_post_data=-1
|
||||||
|
default_charset='UTF-8'
|
||||||
|
date.timezone='Europe/Paris'
|
||||||
|
env[APPLICATION_ENV] = "development"
|
Loading…
Reference in New Issue
Block a user