Update documentation
This commit is contained in:
parent
0e153415c8
commit
d6391e4a3e
46
docs/INSTALL
46
docs/INSTALL
@ -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
|
||||
--------------
|
||||
|
||||
|
||||
|
||||
|
47
docs/README
47
docs/README
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user