Hi,
id like to automate the creation of a type of website i build from a template.
to setup an account I currently do this
1. Via WHM I create a new account and file username/password
2. Via the new accounts cpanel I create 2 new databases and create/assign a new user with full priveldges to both of the new databases and file username/passwords
2. Ssh in the source site, tar up the directory with the site folders
tar -pczf website.tar.gz public_html
3. Send it to the other ser…