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
@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