INSTALL
-------
To install this module,  Dolibarr (> v = 3.4.0) have to be already
installed and configured on your server. It should be fully operational.
Then, and after downloading the latest version of the module on the Agefodd
Dolistore site (http://www.dolistore.com/), you must install it as
follows:

- In your  Dolibarr installation directory edit the file htdocs/conf/conf.php
- Find the following lines:
    #$dolibarr_main_url_root_alt= ... (or //$dolibarr_main_url_root_alt=...)
    #$dolibarr_main_document_root_alt= ... (or //$dolibarr_main_document_root_alt=...)
- Delete the first "#" (or "//") of these lines and assign a value consistent with your Dolibarr instalation
 	$dolibarr_main_url_root = ... and $dolibarr_main_document_root ...
 
example for a UNIX system:
	$dolibarr_main_url_root = 'http://localhost/Dolibarr/htdocs';
	$dolibarr_main_document_root = '/var/www/Dolibarr/htdocs';
	$dolibarr_main_url_root_alt = 'http://localhost/Dolibarr/htdocs/custom';
	$dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';

example for a Windows system:
	$dolibarr_main_url_root = 'http://localhost/Dolibarr/htdocs';
	$dolibarr_main_document_root = 'C:/My Web Sites/Dolibarr/htdocs';
	$dolibarr_main_url_root_alt = 'http://localhost/Dolibarr/htdocs/custom';
	$dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';

For more information on the file conf.php file open it conf.php.example

- Extract the Zip file downloaded from Doliforge in the directory dolibarr_main_document_root

- Create the directory custom if it do not exist 

example for a UNIX system: /var/www/Dolibarr/htdocs
example for a Windows system: C:/My Web Sites/Dolibarr/htdocs/custom