I'm interested in writing a program that will automatically create a wordpress installation for a subdomain or domain on my shared host. I need the WP installation to have the theme I select automatically set up and all of the plugins I like setup and configured by my script.
What is the best way to go about this? Write a program that runs from my home machine and does cURL/snoopy/http request/whatever to go through the process of logging into cPanel, creating the WP database, logging into the WP console, selecting the correct theme, and activating and configuring the plugins? Or is there a way I can create a fantastico-type script that I run on the host to perform all of this? Or maybe all I need is a MySQL script that I run from phpMyAdmin (not sure if this would be able to setup the plugins)?
Thanks!
What is the best way to go about this? Write a program that runs from my home machine and does cURL/snoopy/http request/whatever to go through the process of logging into cPanel, creating the WP database, logging into the WP console, selecting the correct theme, and activating and configuring the plugins? Or is there a way I can create a fantastico-type script that I run on the host to perform all of this? Or maybe all I need is a MySQL script that I run from phpMyAdmin (not sure if this would be able to setup the plugins)?
Thanks!