瀏覽代碼

Update docs/installing.md: remove numbering from headers and links to the headers

Remove nagivations for simplicity.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3761/head
Suguru Hirahara 1 年之前
父節點
當前提交
66a812d99c
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: E4F9743DAB4B7B75
共有 1 個檔案被更改,包括 3 行新增8 行删除
  1. +3
    -8
      docs/installing.md

+ 3
- 8
docs/installing.md 查看文件

@@ -34,7 +34,7 @@ Here are some playbook tags that you should be familiar with:
`setup-*` tags and `install-*` tags **do not start services** automatically, because you may wish to do things before starting services, such as importing a database dump, restoring data from another server, etc. `setup-*` tags and `install-*` tags **do not start services** automatically, because you may wish to do things before starting services, such as importing a database dump, restoring data from another server, etc.




## 1. Installing Matrix
## Install Matrix


If you **don't** use SSH keys for authentication, but rather a regular password, you may need to add `--ask-pass` to the all Ansible commands If you **don't** use SSH keys for authentication, but rather a regular password, you may need to add `--ask-pass` to the all Ansible commands


@@ -53,9 +53,6 @@ ansible-playbook -i inventory/hosts setup.yml --tags=install-all,ensure-matrix-u


This will do a full installation and start all Matrix services. This will do a full installation and start all Matrix services.


Proceed to [Maintaining your setup in the future](#2-maintaining-your-setup-in-the-future) and [Finalize the installation](#3-finalize-the-installation)


### Installing a server into which you'll import old data ### Installing a server into which you'll import old data


If you will be importing data into your newly created Matrix server, install it, but **do not** start its services just yet. Starting its services or messing with its database now will affect your data import later on. If you will be importing data into your newly created Matrix server, install it, but **do not** start its services just yet. Starting its services or messing with its database now will affect your data import later on.
@@ -84,9 +81,7 @@ You can now:
ansible-playbook -i inventory/hosts setup.yml --tags=start ansible-playbook -i inventory/hosts setup.yml --tags=start
``` ```


Proceed to [Maintaining your setup in the future](#2-maintaining-your-setup-in-the-future) and [Finalize the installation](#3-finalize-the-installation)

## 3. Finalize the installation
## Finalize the installation


Now that services are running, you need to **finalize the installation process** (required for federation to work!) by [Configuring Service Discovery via .well-known](configuring-well-known.md). Now that services are running, you need to **finalize the installation process** (required for federation to work!) by [Configuring Service Discovery via .well-known](configuring-well-known.md).


@@ -102,7 +97,7 @@ matrix_static_files_container_labels_base_domain_enabled: true


After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all` After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`


## 4. Things to do next
## Things to do next


After finilizing the installation, you can: After finilizing the installation, you can:




Loading…
取消
儲存