You can try using the Genesis-Wordpress(Note: not the framework) project for this. It does more or less what you have described above including,
- Provisioning (with Ansible)
- Deployment (with Capistrano)
- Database Synchronization (with custom Capistrano tasks)
It also uses the Vagrant Host Manager to workaround the /etc/hosts
issue. So the site is served over port 80.
Adding WP_ALLOW_MULTISITE
to your wp-config.php
should give you multisite support.
define( 'WP_ALLOW_MULTISITE', true );
Related Posts:
- Delete tables from database when deleting plugin
- How can I delete orphan keys in WordPress database tables?
- How to delete all records from or empty a custom database table?
- WordPress sharding: which multi-DB plugin to use?
- How Is Network Activate Different From Activate (by Implementation)?
- How to run Two WordPress blogs with different themes and with single database and same content
- Posts wont expire
- WordPress network: set themes and plugins for new blog
- How to get last_updated and newest_blogs in WP 3.0
- clean wp_options table unused rows
- How to make sexy bookmarks plugin work in WPMU
- Check if User exists in WordPress Multisite
- Is the wordpress user-model changed in wpmu?
- My Category is too big on the Menu what can i do?
- Does any one have Idea to get these functionalities with the plugin wp-multi-network
- External Domain on WordPress Multisite
- Setup page on first login on multisite
- Custom table naming/access convention for multisite: $table_prefix vs base_prefix or other?
- “Master” WordPress Multisite – Database Sync
- Redirect to another page using contact form 7? [closed]
- Add some fileds to the wp_posts table
- Comment “like” problem – “users who like this” avatar linking to current user profile instead of “liker’s” profile
- Storing Form data in a different database
- Integrating Custom Database with WordPress
- Hide fields in woocommerce settings
- How to implement data residency in my WordPress site
- Pull Data from DB for Admin Page Display as Relates to Admin Page Class by BA Internet
- Posts are deleted everyday at night
- Managing database tables in WordPress multisite
- Simple form that saves to database
- Creating button next to “add media” that allows you to choose a single post
- WooCommerce create new product and add to cart on form submit
- Extending WC_Cart in woocommerce
- How can a Firebase user registration and login be integrated into a WordPress site?
- Multiple Domains and Subdomains Using Multisite Installation
- Aggregate Summaries of Posts of Different Blogs in Multisite Instance
- Custom Widget Creating PHP Exception When Placed In Its Own PHP File
- How to set value/term of a Woocommerce attribute text field in admin panel?
- Why is this custom taxonomy showing in the database?
- WordPress Plugin development Call to undefined function jQuery()
- Conditional Display of Links in Widgets
- I’m trying to create security question field for my login page
- Created Widget Not Showing up on Admin Panel
- Remove obsolete plugins artifacts from database tables
- Plugin to list active plugins across networked sites
- Override the filter from plugin in child theme
- wordpress.org codebase
- Can a plugin deactivate and delete itself once installed and activated?
- Embed a Google Sheet as you view it in a separate tab?
- How can I capture Memberpress user info after signup [closed]
- JS Support Ticket – Auto create WP account
- Removing customise fields during plugin uninstallation
- How to Create a Custom Panel and Fields in Post Page [Plugin]
- How to fetch products with the price in a page on woocommerce using a form or live search with php
- There is any way to remove post-format filter? [closed]
- Best place for short bio,image and button [closed]
- Why this function not working for install database on plugin activation
- How do I apply style to each category of a list?
- Plugins in WP_Options but not Active
- Create a single website with 3 theme options in wordpress
- How can I run a custom shortcode function on a live site and only run if the viewer is a specific machine?
- Custom widget doesn’t save values from dropdown box
- Updating options into the wp database performance
- Ajax save data to database on document ready, no data being saved
- WordPress super admin login issue. (Automatically logout)
- External wpdb connections in different plugins on single page
- How to create a plugin that includes all the other plugins?
- Why is it important to check for isset and is_array before checking in_array in this example?
- Hosting multiple sites
- Want to modify a Plugin – Tweetily – Can I make it tweet a Custom Field instead of Post Title?
- Multisite Plugin – Access options (wp_options) on child sites
- Multisite Change from domain.com to sub.newdomain.com
- Can I edit multiple sites with an online WordPress account?
- Replace only the first CSS class
- WordPress database problem wp_posts, primary key
- How to allow URL with filename & extension in wordpress?
- How to have differents sites share the same tables of DB?
- PHP message: WordPress database error Deadlock found when trying to get lock
- Echo custom admin field into a is_single()
- using wordpress login details for other website / application / forum?
- how to create database to use it in wordpress website?
- Am I using an action hook correctly?
- How do plugin updates work?
- Automatization for automatization
- Replace code in plugin template
- Is there going to an issue running different features of WP site in different subdomains?
- disable lightbox in a plugin [closed]
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- Get the url of attachments from the post?
- Remove the ‘Press This’ Tool
- Create New Admin Menu Section – Like how custom post type works, in a way
- Frontpage Admin Bar Disappeared
- Selling Downloadable Products [closed]
- How to delete remain data in WP database after deleting custom post via admin interface
- How can I modify the colors of my theme for a single section of my site? [closed]
- How to generate a responsive output from plugin?
- Need help saving input fields for Security Deposit plugin in WC Vendors page
- How can I delete the options from DB when the plugin is deleted?
- How to disable plugin capability : “create new category”
- Does anyone recognize these table names?