From 9ed782fcfdcd9889efd263220e78bc62247f0262 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 25 Nov 2024 17:22:20 +0900 Subject: [PATCH] Update docs/quick-start.md (#3818) * Edit docs/quick-start.md: add recommended server specs Signed-off-by: Suguru Hirahara * Update docs/quick-start.md: fix an anchor link Signed-off-by: Suguru Hirahara --------- Signed-off-by: Suguru Hirahara Co-authored-by: Suguru Hirahara --- docs/quick-start.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/quick-start.md b/docs/quick-start.md index 11af61f11..6100c82dc 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -25,6 +25,8 @@ Please remember to replace `example.com` with your own domain before running any At first, **check prerequisites** and prepare for installation by setting up programs [on your own computer](prerequisites.md#your-local-computer) and [your server](prerequisites.md#server). You also need `root` access on your server (a user that could elevate to `root` via `sudo` also works). +When preparing your server, make sure to check [the server specs you need](faq.md#what-kind-of-server-specs-do-i-need). We recommend starting with a server having at least 2GB of memory. + @@ -171,7 +173,7 @@ After configuring the playbook, run the command below and wait until it finishes ansible-playbook -i inventory/hosts setup.yml --tags=install-matrix-static-files,start ``` -💡 Running the `install-matrix-static-files` playbook tag (as done here) is an optimized version of running [the full setup command](#run-the-installation-command). +💡 Running the `install-matrix-static-files` playbook tag (as done here) is an optimized version of running [the full setup command](#run-installation-command). After the command finishes, you can also check whether your server federates with the Matrix network by using the [Federation Tester](https://federationtester.matrix.org/) against your base domain (`example.com`), not the `matrix.example.com` subdomain.