Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme with addon links #78

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,34 @@ Additionally, in order for `sunrise.php` to be loaded, you must add the followin
define('SUNRISE', true);
```

Aliases are created in the Network Admin > Sites > Edit Site screen.

DNS for mapped domains must be configured for the domain to point to the WordPress
installation, as well as configuring the web server to route requests for the
domain to the WordPress application.

## Addons
Mercator is intentionally low-level but has a small ecosystem of addons that
you can use as-is or as a basis for your own uses of the plugin.

### Single Sign On
[Mercator SSO](https://github.com/humanmade/Mercator-SSO)

SSO allows you to login once and access the admin on any other site on
the network that you belong to. Additionally supports multinetwork installs.

### Admin GUI
[Mercator GUI](https://github.com/humanmade/Mercator-GUI)

While you may want to build your own admin this addon will get you up and
running quickly. Has a network level interface and optional per site admin
screens are coming soon.

### Redirects
[Mercator Redirect](https://github.com/humanmade/Mercator-Redirect)

It's up to you to handle redirecting visitors to a particular mapped domain
or to the canonical domain in `wp_blogs` however this addon will handle
most common requirements.

## Upgrading from WPMU Domain Mapping
This plugin is a complete replacement for WPMU Domain Mapping. The database
structure is fully compatible.
Expand Down