Move server creation into a mini-tutorial

Combined the redundant documentation into a single document.
This commit is contained in:
Markus Mäkelä
2018-03-13 21:37:55 +02:00
parent 36c960a141
commit bbe57a58cb
5 changed files with 46 additions and 56 deletions

View File

@ -81,10 +81,15 @@ to bind to a particular network interface when the host machine has multiple
network interfaces. The default behavior is to listen on all network interfaces
(the IPv6 address `::`).
## Configuring the Monitor and Servers
## Configuring Servers
The next step is the configuration of the monitor and the servers that the
service uses. This depends on the type of cluster you use with MaxScale.
Read the [Configuring Servers](Configuring-Servers.md) mini-tutorial to see how
the servers are configured.
## Configuring the Monitor
The next step is the configuration of the monitor. This depends on the type of
cluster you use with MaxScale.
For master-slave clusters read the
[Configuring MariaDB Monitor](Configuring-MariaDB-Monitor.md)