Update documentation

This commit is contained in:
Michael RICOIS 2013-02-13 09:09:09 +00:00
parent 0e153415c8
commit d6391e4a3e
2 changed files with 41 additions and 52 deletions

View File

@ -1,46 +0,0 @@
INSTALLATION
============
Apache configuration
====================
PHP Configuration
=================
File upload
-----------
post_max_size = 50M
file_uploads = On
upload_max_filesize = 40M
max_file_uploads = 10
Session
-------
On sharing plateform, theses parameters must be specified to the best value for all web application
session.gc_maxlifetime = 86400
session.cookie_lifetime = 86400
Application must override the session.save_path to define it's own path.
WKHTMLTOPDF
-----------
Configure your environment
==========================
Temporary storage
-----------------
Static storage
--------------

View File

@ -1,3 +1,4 @@
SYSTEM REQUIREMENTS
===================
@ -5,23 +6,57 @@ SYSTEM REQUIREMENTS
- PHP 5.2.x
- APC
- Chartdir library
- browscap.ini (http://tempdownloads.browserscap.com/)
- wkhtmltopdf (http://code.google.com/p/wkhtmltopdf/)
INSTALLATION
============
See INSTALL
Apache configuration
--------------------
See VHOST for example
PHP Configuration
-----------------
File upload
-----------
post_max_size = 50M
file_uploads = On
upload_max_filesize = 40M
max_file_uploads = 10
Session
-------
On sharing plateform, these parameters must be specified to the best value for all web application
session.gc_maxlifetime = 86400
session.cookie_lifetime = 86400
Application must override the session.save_path, soap.wsdl_cache_dir to define it's own path.
WKHTMLTOPDF
-----------
Configure your environment
==========================
Temporary storage
-----------------
Static storage
--------------
Configuration local
Local configuration
===================
Voir Configuration vhost
Pour spécifier le mode de fonctionnement, modifier la variable APPLICATION_ENV,
dans le vhost
Define application environment in the vhost. This mode activate special features and debugging mode.
SetEnv APPLICATION_ENV "production" => Production
SetEnv APPLICATION_ENV "staging" => Recette