Merge pull request #3775 from luixxiul/fix
Edit documentation pages for installation procedure
This commit is contained in:
commit
bb827f44b1
@ -105,4 +105,4 @@ To make the [postmoogle](configuring-playbook-bridge-postmoogle.md) email bridge
|
|||||||
|
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
When you're done with the DNS configuration and ready to proceed, continue with [Getting the playbook](getting-the-playbook.md).
|
[▶️](getting-the-playbook.md) When you're done with the DNS configuration and ready to proceed, continue with [Getting the playbook](getting-the-playbook.md).
|
||||||
|
@ -2,13 +2,7 @@
|
|||||||
|
|
||||||
<sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > Configuring the playbook > [Installing](installing.md)</sup>
|
<sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > Configuring the playbook > [Installing](installing.md)</sup>
|
||||||
|
|
||||||
To configure the Ansible playbook, you need to have done the following things:
|
If you've configured your DNS records and retrieved the playbook's source code to your computer, you can start configuring the playbook. To do so, follow these steps inside the playbook directory:
|
||||||
|
|
||||||
- have a server where Matrix services will run
|
|
||||||
- [configured your DNS records](configuring-dns.md)
|
|
||||||
- [retrieved the playbook's source code](getting-the-playbook.md) to your computer
|
|
||||||
|
|
||||||
You can then follow these steps inside the playbook directory:
|
|
||||||
|
|
||||||
1. create a directory to hold your configuration (`mkdir -p inventory/host_vars/matrix.example.com` where `example.com` is your "base domain")
|
1. create a directory to hold your configuration (`mkdir -p inventory/host_vars/matrix.example.com` where `example.com` is your "base domain")
|
||||||
|
|
||||||
@ -28,7 +22,7 @@ For a basic Matrix installation, that's all you need.
|
|||||||
|
|
||||||
For a more custom setup, see the [Other configuration options](#other-configuration-options) below.
|
For a more custom setup, see the [Other configuration options](#other-configuration-options) below.
|
||||||
|
|
||||||
When you're done with all the configuration you'd like to do, continue with [Installing](installing.md).
|
[▶️](installing.md) When you're done with all the configuration you'd like to do, continue with [Installing](installing.md).
|
||||||
|
|
||||||
|
|
||||||
## Other configuration options
|
## Other configuration options
|
||||||
|
@ -37,4 +37,4 @@ You can extract this archive anywhere. You'll get a directory called `matrix-doc
|
|||||||
|
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
No matter which method you've used to download the playbook, you can proceed by [Configuring the playbook](configuring-playbook.md).
|
[▶️](configuring-playbook.md) No matter which method you've used to download the playbook, you can proceed by [Configuring the playbook](configuring-playbook.md).
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > Installing</sup>
|
<sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > Installing</sup>
|
||||||
|
|
||||||
If you've [configured your DNS](configuring-dns.md) and have [configured the playbook](configuring-playbook.md), you can start the installation procedure.
|
If you've configured your DNS records and the playbook, you can start the installation procedure.
|
||||||
|
|
||||||
## Update Ansible roles
|
## Update Ansible roles
|
||||||
|
|
||||||
|
@ -48,4 +48,4 @@ To install Matrix services using this Ansible playbook, you need:
|
|||||||
|
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
When ready to proceed, continue with [Configuring DNS](configuring-dns.md).
|
[▶️](configuring-dns.md) When ready to proceed, continue with [Configuring DNS](configuring-dns.md).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user