Installation

Hello
I have Installed Dolibarr 7.0.3 on the desktop now i want to configure it to my hosting account but it has a pre-filled information for Dolibarr hosting and it has no option to change. What do I do?

HI,

Not sure to understand what you want to do.
Actualy according to your screen shot you are in your desktop.

I want to change hoisting setting and put in my online hosting account

Ok so not possible to link a local installation on an Online installation.

You should install a fresh new installation on your hosting account !

I assume you want to move your copy of Dolibarr from your local machine to your hosting account?
Backup your local database.
Copy all the files to the server.
Ensure the file install.lock is not present in the /documents directory.
Run the installer to recreate the conf file with the hosting information.
Ensure Dolibarr works ok.
In phpmyadmin, import your database to overwrite the new database on the hosting server and then run this SQL to remove this single constant that still refers to your local database:
DELETE FROM llx_const WHERE llx_const.name = “SYSTEMTOOLS_MYSQLDUMP”
Ensure the file install.lock IS present in the /documents directory.