You can write a script that installs the wordpress just the way you like it. Roughly could be like this:
- Install WordPress.
- Install the themes, plugins and demo content you want.
- zip the files
- 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.
Related Posts:
- Install will not load: PHP does not have MYSQL installed
- How can I fix WordPress installation errors?
- two wordpress sites, two themes, one database, same content
- Predefine Magazine Style Layouts
- Undefined function mysql_connect()
- MySQL column count doesn’t match value count at row 1 [closed]
- Undefined function mysql_connect()
- Fatal error: Call to undefined function mysql_connect()
- Fatal error: Call to undefined function mysql_connect()
- Deprecated: mysql_connect()
- MySQL “Or” Condition
- the_date() not working
- How to return number of found rows from SELECT query
- dbDelta support for FOREIGN KEY
- WordPress Theme variables scope
- esc_attr() right way and use
- Transaction when using WP functions rather than vanilla SQL?
- Can i use php sql functions instead of $wpdb?
- is it possible to run some php code within a wordpress page?
- How to correctly submit a search form and display the result in an independent page
- why is translation not working on theme?
- Query both first_name and last_name from wp_usermeta at the same time
- Is having multiple theme customizers for different pages possible?
- Check if post of title already exists
- How to export/import theme customizer settings?
- $wpdb->delete column values IN ARRAY()?
- How to validate WordPress generated password in DB using PHP?
- How to get the list of WooCommerce product image of a certain category from database?
- Check php version before theme activation
- How to use update and delete query in wordpress
- Separate WordPress themes for each category page
- How to implement WP_List_Table? WP_List_Table giving array instead of a value in listing table
- Custom query to get post names beginning with a digit
- How to make WordPress plugin check for database changes and then do something?
- Custom SQL query to get List of posts with featured image url
- Detection of theme being used
- How To Make Connection To WordPress Data Base In A Plugin?
- Permanently remove first image from posts
- reason of splitting theme files to multiple files
- How can I remove “Proudly powered by WordPress” from twentyeleven without modifying footer.php?
- How to add query vars with paginated URLs?
- Changing user_nicename
- How to get the registered sidebar’s name by its id?
- Does WordPress cache get_user_meta() results?
- Set the transport of the Customizer ‘header_image’ core setting to ‘postMessage’
- One button to change all settings in theme customizer?
- WordPress will not operate correctly
- How to Join two tables from separate databases within WordPress
- Installing wp3.2.1 on IIS; getting empty sessions
- tag search using WP_Query
- simple wordpress ajax plugin not working when not logged in
- Delete post revisions on post publish
- Replacing mysql_real_escape_string in WordPress theme
- The best way to customize “nav-menu-template.php” to add if the ‘link_before’ is “checkbox”
- Jquery ajax to custom php file: returning blank data
- Activate different theme for temporary preview
- Add value to usermeta without removing previous values?
- Using Echo in ShortCode – Stuck
- Problems migrating WordPress to localhost
- MySQL query performed 4 times inside loop
- Nice scroll to wordpress
- Show only one post for each author ( Page loads too slow )
- Twitter feed is showing blank in WP site [closed]
- error importing localhost export file to server
- Would manually deleting the dumping data fix a “#1062 – Duplicate entry ‘1’ for key ‘PRIMARY'” phpMyAdmin error?
- Design view breaking on Pages
- How to sort results from a custom database table
- Update some database fields when post is saved
- How can I call a row of user specific data from a custom table added to the WP Database
- Insert post without actions/hooks
- Failed to open stream / no such file or directory
- Your PHP installation appears to be missing the MySQL extension which is required by WordPress
- Can’t Find a Way to Edit the Home Page Content [closed]
- How to merge local and live databases?
- How to track a users progress through pages by inserting data into WordPress Database?
- the_author_meta not working
- Import 10,000 Users into WordPress WITH a specific ID for each user
- How do I hardcode a WordPress shortcode into my theme?
- Modern Tribe Calendar wp-query with meta query not working at all
- Use different javascript files for each page on website
- Fatal error: Call to undefined function wpsc_cart_item_count()
- WP database error for comments_popup_link()
- if statement on database query
- Is the regular ajax request method safe or I should use admin-ajax.php?
- How to get custom image size for image uploaded in Customizer
- Unusable menus and “Illegal widget setting ID: nav_menu_item[]” error
- Passing array in add_option()
- Successful or Error Message after running mysql code in functions.php
- sql query to put quotes around numbers in img tag
- No wp-config.php file on local install of wordpress – site still displays
- Widgets not showing in my custom theme
- Use ajax to update_post_meta
- How to get the post_id from postmeta
- Sortable admin column for one meta key with three possible meta values
- Want to create Child theme, but already edited Parent theme css files and some php files
- WordPress Ajax Custom Query – High CPU LOAD
- Adding code to child theme functions.php to override parent theme behaviour doesn’t work
- AJAX in WordPress, sending coords data to MySQL and show after into map
- Performance issues with large website [closed]
- How to migrate the posts from an old custom legacy blog to a new WordPress website?