Skip to content

Instantly share code, notes, and snippets.

@markjaquith
Last active February 21, 2024 23:56
Show Gist options
  • Save markjaquith/6225805 to your computer and use it in GitHub Desktop.
Save markjaquith/6225805 to your computer and use it in GitHub Desktop.
WordPress multi-tenant directory structure sharing core files for opcode awesomeness, fast deployments, and low disk usage. With inspiration from @weskoop. "=>" indicates a symlink.
sites
|__ ms.dev
| |__ content
| |__ index.php
| |__ wp => ../../wordpress/stable
| |__ wp-config.php
|__ one.dev
| |__ content
| |__ index.php
| |__ wp => ../../wordpress/stable
| |__ wp-config.php
|__ two.dev
| |__ content
| |__ index.php
| |__ wp => ../../wordpress/stable
| |__ wp-config.php
wordpress
|__ 3.5.2
|__ 3.6
|__ stable => 3.6
|__ wp-config.php
@waqassalman
Copy link

@troychaplin79 How can i setup your wp-multitenant plugin on my cPanel hosted website is their any specific way for that.

@troychaplin
Copy link

troychaplin commented Jul 14, 2021

@troychaplin79 How can i setup your wp-multitenant plugin on my cPanel hosted website is their any specific way for that.

sorry for the late reply @waqassalman, I've been reworking several aspects of my wp-multitenant repo which also includes an improved readme, the recent changes can be found on the develop branch at the moment. To set this up you'll need access and some knowledge of working on your server via SSH.

@foreverlate
Copy link

I really like this concept of wp-multitenant, will this setup works on the existing setup of WordPress installed on docker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment