info on how to use a same CakePHP lib directory for multiple instances

pull/61/head
Christophe Vandeplas 2012-06-08 17:15:55 +02:00
parent 082e1f2784
commit 1d69fc78a1
1 changed files with 10 additions and 1 deletions

View File

@ -78,4 +78,13 @@ Don't forget to change the email, password and authentication key after installa
Recommended patches
-------------------
By default CakePHP exposes his name and version in email headers. Apply a patch to remove this behavior.
By default CakePHP exposes his name and version in email headers. Apply a patch to remove this behavior.
Multiple instances on a single server
-------------------------------------
If you want to install multiple instances on a single server, extract the CakePHP sources
in a central location like /opt/cakephp.
Then edit /var/www/cydefsig/app/webroot/index.php and change :
define('CAKE_CORE_INCLUDE_PATH', '/opt/cakephp/lib');