[wp-hackers] Automate the installation of WordPress

Dion Hulse (dd32) wordpress at dd32.id.au
Sun Dec 13 21:04:02 UTC 2009


Look into wp-admin/includes/schema.php from memory. Else its one of those  
files there, just search for CREATE TABLE..

You might also be able to do it by overriding some of the functions in the  
same file with a /wp-content/install.php file..

On Mon, 14 Dec 2009 07:33:54 +1100, André <andre at thehook.eu> wrote:

> Hello,
>
> I want to make a script that install WordPress for my users without going
> through the install.php?step=1 and ..?step=2.
>
> After what I have found there is a shell script made by Stephanie Booth
> (http://climbtothestars.org/play/wordpress.sh.txt) but it is pretty old,
> and is not working on the latest version of WP.
>
> The script above would be perfect for me after some stripping, but the
> "wget $url/wp-admin/install.php?step=x" does not work, as it requires an
> email address as input.
>
> I have been on the thought to just backup the whole database and change
> the values I needed to, but then again all the times will be pretty old  
> as
> WP inserts comments and everything during installation that's dated on  
> the
> installation time.
>
> Is there anywhere I can find the SQL in a separate file?
>
>
> Thanks,
> André
>
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


More information about the wp-hackers mailing list