Skip to content
Snippets Groups Projects
Commit 9c855f3a authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Start to work to have custom dir available and active by default.

parent a8363052
Branches
Tags
No related merge requests found
...@@ -14,11 +14,9 @@ Then create the symbolic link ...@@ -14,11 +14,9 @@ Then create the symbolic link
ln -fs ~/git/newmodule/htdocs /path_to_dolibarr/htdocs/custom/newmodule ln -fs ~/git/newmodule/htdocs /path_to_dolibarr/htdocs/custom/newmodule
WARNING !!! WARNING !!!
You must also enable the custom directory into dolibarr conf/conf.php file by adding the following Check also that the custom directory into dolibarr conf/conf.php file by adding the following
two lines, so dolibarr will also scan this directories to find external external modules: two lines, so dolibarr will also scan this directories to find external external modules:
$dolibarr_main_url_root_alt='/custom'; $dolibarr_main_url_root_alt='/custom';
$dolibarr_main_document_root_alt='/path_to_dolibarr/htdocs/custom/'; $dolibarr_main_document_root_alt='/path_to_dolibarr/htdocs/custom/';
(This is not enabled by default because enabling external module may slow down application)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment