diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-02 13:11:08 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-02 13:11:08 +0100 |
commit | 0c1783e6c69a130b500e6c9452f800562b7e5fd2 (patch) | |
tree | cd72b13b9fbb0f7060d115d2f7149d4037234837 /content/operations/matrix.md | |
parent | 636dc8925a6a4e423fd1daa0e34a58e8182a45d0 (diff) | |
download | guide.deuxfleurs.fr-0c1783e6c69a130b500e6c9452f800562b7e5fd2.tar.gz guide.deuxfleurs.fr-0c1783e6c69a130b500e6c9452f800562b7e5fd2.zip |
fix links
Diffstat (limited to 'content/operations/matrix.md')
-rw-r--r-- | content/operations/matrix.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/operations/matrix.md b/content/operations/matrix.md index ab1c255..bfcde55 100644 --- a/content/operations/matrix.md +++ b/content/operations/matrix.md @@ -71,12 +71,9 @@ Do the same thing for the `synapse` service. Now, you need a way to access the cluster to deploy this file. To do this, you must bind nomad on your machine through a SSH tunnel. -Check the end of [the parent `README.md`](../README.md) to do it. If you have access to the Nomad web UI when entering http://127.0.0.1:4646 you are ready to go. -You must have installed the Nomad command line tool on your machine (also explained in [the parent `README.md`](../README.md)). - Now, on your machine and from the `app/im/deploy` folder, you must be able to run: ``` |