Skip to main content

Is is possible to use unattended.sh to install a remote server?

Reading both documentation and code, I see one difference:

During web installation, it is not necessary to install Autodiscovery module:

In the code, I see ‘process_step8.php’ with something about Autodiscovery:

There are other difference or attention point?

The code you see about autodiscovery concerns the automatic execution of the install wizard.
One of the steps of this wizard enables extensions.

But you don’t have to execute the wizard automatically (by default, it is not).

So you can install normally with the unsttended.sh script, go through the wizard from a web browser and avoid enabling the autodiscovery module when you are asked for that.


Reply