Create a quick start wordpress installation [closed]

You can write a script that installs the wordpress just the way you like it. Roughly could be like this:

  1. Install WordPress.
  2. Install the themes, plugins and demo content you want.
  3. zip the files
  4. Export database into a file

The script needs to unpackage and copy the files into a folder. Then replace the information on the sql script like base url, site name etc.

You could also make apache configs and other settings.