How to do a scripted install for a VPS deployment?

dbmv

New member
Joined
Oct 25, 2008
Messages
1
Hi,

I know that as VPS licensees, we need to go through manual verification and all.

however, once we get the license, rather than doing everything manually, is there a way to automate the install? For example, we input the license key in some field, and be done with it, until it is installed?
 
sh setup.sh --help

Usage: setup.sh <uid> <lid> <hostname> <ethernet_dev> (<ip>)
<uid> : Your Client ID
<lid> : Your License ID
<hostname> : Your server's hostname (FQDN)
<ethernet_dev> : Your ethernet device with the server IP
<ip> : Optional. Use to override the IP in <ethernet_dev>


This uses customapache and not custombuild by default. There may be an undocumented option to use custombuild by default.
 
Back
Top