View Single Post
  #6 (permalink)  
Old 12-03-2005, 10:34 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default automated install

You can use an answer file...

THere are 2 ways to do this.

THe easy way is to go through an installation, and record your keystrokes in the config step...

So, for a standard install, all defaults, with an admin password of "test123" I do this:

./install.sh
return
return
etc... then in the config
return
5
6
test123

a
n
y

So if you create a text file with [return], 5[return], etc in it, you can redirect that file into install.sh:
./install.sh < textfile
Reply With Quote