20.0.1
DolibarrSetup - Configuration file
Web server
Directory where web pages are stored
Without the slash "/" at the end
Examples:
/var/www/dolibarr/htdocs
C:/wwwroot/dolibarr/htdocs
Directory to store uploaded and generated documents
Without the slash "/" at the end
IMPORTANT
: You must use a directory that is outside of the web pages (so do not use a subdirectory of previous parameter).
Examples:
/var/lib/dolibarr/documents
C:/My Documents/dolibarr/documents
URL Root
Examples:
http://localhost/
http://www.myserver.com:8180/dolibarr
https://www.myvirtualfordolibarr.com/
Dolibarr Database
Database name
Database name
Driver type
mysqli (MySQL or MariaDB >= 5.0.3)
pgsql (PostgreSQL >= 9.0.0)
Database type
Database server
Name or ip address for the database server. Usually 'localhost' when the database server is hosted on the same server as the web server.
Port
Database server port. Keep empty if unknown.
Database table prefix
Database table prefix. If empty, defaults to llx_.
Create database
Check the box if the database does not exist yet and so must be created.
In this case, you must also fill in the user name and password for the superuser account at the bottom of this page.
Login
User account for the Dolibarr database owner.
Password
Password for Dolibarr database owner.
Create user account or grant user account permission on the Dolibarr database
Check the box if:
the database user account does not yet exist and so must be created, or
if the user account exists but the database does not exist and permissions must be granted.
In this case, you must enter the user account and password and
also
the superuser account name and password at the bottom of this page. If this box is unchecked, database owner and password must already exist.
Database server - Superuser access
Login
Superuser account name (to create new databases or new users), mandatory if the database or its owner does not already exist.
Password
Leave empty if superuser has no password (NOT recommended)