automatic install

BuGoFf

Verified User
Joined
Nov 12, 2009
Messages
26
Location
Belgium
I have to install a couple of directadmin servers / month and i was wondering if there is a (secret?) option to tell the setup.sh script to use an existing options.conf.
 
I think all you have to do it put the options file in the directory where setup is running.
 
And how would you do that, since it doesn't exist until it's created as part of the setup.

John?

Jeff
 
And how would you do that, since it doesn't exist until it's created as part of the setup.

John?

Jeff

What does not exist? The options file? or the directory where you are running setup.sh?
 
The directory to where DirectAdmin will eventually install the options file.

Jeff
 
Hello,

To specify the options.conf setup for an automated install, create the options.conf where it should be, before running the setup.sh.

Create any required directories first so the file can be created, add the options.conf, then run the setup.sh.

Also, use this first:
Code:
echo 1.1 > /root/.custombuild
to tell the setup.sh to use custombuild instead of customapache.

John
 
I knew it was something like that. I had seen it before.
 
Hello,

To specify the options.conf setup for an automated install, create the options.conf where it should be, before running the setup.sh.

Create any required directories first so the file can be created, add the options.conf, then run the setup.sh.

Also, use this first:
Code:
echo 1.1 > /root/.custombuild
to tell the setup.sh to use custombuild instead of customapache.

John


Thx! that should save me a bunch of work :)
 
Back
Top