I’m trying to automate WordPress installation by creating a script which would do all that pre-development boring stuff. So if I install WordPress on a domain, say, http://domain.tld, can I somehow make a script that would submit a form filling in the pre-defined username and password to the http://domain.tld/wp-install.php?
I’m trying to automate WordPress installation by creating a script which would do all
Share
I don’t know what the wp-install.php look like, but you should be able to use curl. Something like this: