INSTALL 544 B

12345678910111213141516
  1. INSTALL
  2. -------
  3. Since version 3 it is possible to define an alternative root directory,
  4. This allows you to store, same place, plug-ins and custom templates.
  5. Just create a directory at the root of Dolibarr (eg custom),
  6. then declare it in the file conf.php :
  7. examples :
  8. $dolibarr_main_url_root='http://myserver';
  9. $dolibarr_main_document_root='/path/of/dolibarr/htdocs';
  10. $dolibarr_main_url_root_alt='/custom';
  11. $dolibarr_main_document_root_alt='/path/of/dolibarr/htdocs/custom';
  12. Copy "multicompany" directory to the root of "custom" directory.