Procházet zdrojové kódy

Merge pull request #3775 from luixxiul/fix

Edit documentation pages for installation procedure
pull/3781/head
Slavi Pantaleev před 1 rokem
committed by GitHub
rodič
revize
bb827f44b1
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: B5690EEEBB952194
5 změnil soubory, kde provedl 11 přidání a 17 odebrání
  1. +2
    -2
      docs/configuring-dns.md
  2. +3
    -9
      docs/configuring-playbook.md
  3. +2
    -2
      docs/getting-the-playbook.md
  4. +2
    -2
      docs/installing.md
  5. +2
    -2
      docs/prerequisites.md

+ 2
- 2
docs/configuring-dns.md Zobrazit soubor

@@ -1,6 +1,6 @@
# Configuring your DNS server # Configuring your DNS server


<sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > Configuring your DNS server > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md) </sup>
<sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > Configuring your DNS server > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup>


To set up Matrix on your domain, you'd need to do some DNS configuration. To set up Matrix on your domain, you'd need to do some DNS configuration.


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

+ 3
- 9
docs/configuring-playbook.md Zobrazit soubor

@@ -1,14 +1,8 @@
# Configuring the playbook # Configuring the playbook


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

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


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


+ 2
- 2
docs/getting-the-playbook.md Zobrazit soubor

@@ -1,6 +1,6 @@
# Getting the playbook # Getting the playbook


<sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > Getting the playbook > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md) </sup>
<sup>⚡️[Quick start](README.md) | [Prerequisites](prerequisites.md) > [Configuring your DNS server](configuring-dns.md) > Getting the playbook > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup>


This Ansible playbook is meant to be executed on your own computer (not the Matrix server). This Ansible playbook is meant to be executed on your own computer (not the Matrix server).


@@ -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
- 2
docs/installing.md Zobrazit soubor

@@ -1,8 +1,8 @@
# Installing # Installing


<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




+ 2
- 2
docs/prerequisites.md Zobrazit soubor

@@ -1,6 +1,6 @@
# Prerequisites # Prerequisites


<sup>⚡️[Quick start](README.md) | Prerequisites > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md) </sup>
<sup>⚡️[Quick start](README.md) | Prerequisites > [Configuring your DNS server](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > [Configuring the playbook](configuring-playbook.md) > [Installing](installing.md)</sup>


To install Matrix services using this Ansible playbook, you need: To install Matrix services using this Ansible playbook, you need:


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

Načítá se…
Zrušit
Uložit