Skip to content

Commit d8a79ad

Browse files
committed
Follow up PR review
1 parent d1f1482 commit d8a79ad

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

scripts/wordlist.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Skoda
144144
SLYR
145145
SSL
146146
Survey123
147-
synchronization
148147
synchronise
149148
TLS
150149
Transifex

src/server/install/index.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The requirements for CPU and persistent storage depend largely on the frequency
1212
A very conservative rule of thumb, regarding needed disk size would be `mergin maps project size * number of versions`.
1313
If you have a team size over 25 people and synchronise often your <MainPlatformName /> projects, consider a host with **4 vCPUS**.
1414

15-
On OS level, we recommend to use a Linux distribution that has fully compatibility with Docker, since <MainPlatformName /> is deployed by default with `docker compose`.
15+
On OS level, we recommend to use a Linux distribution that has full compatibility with Docker, since <MainPlatformName /> is deployed by default with `docker compose`.
1616

17-
A low-latency, high-bandwidth environment is preferred due to volume of data needed to perform synchronization with <MainPlatformName />. This is specially important on large projects with hundreds of megabytes in between syncs.
17+
A low-latency, high-bandwidth environment is preferred due to the volume of data needed to perform synchronisation with <MainPlatformName />. This is especially important on large projects with hundreds of megabytes in between syncs.
1818

1919

2020
### Infrastructure overview
@@ -29,14 +29,13 @@ A low-latency, high-bandwidth environment is preferred due to volume of data nee
2929

3030
### Firewall ports
3131

32-
By default, only HTTP port `8080` need to be open on firewall side. Also is recommended to open `443` port if SSL is enabled.
33-
All other infrastructure instances will work within the same docker network group, so no additional ports need to be managed on firewall side.
32+
By default, only HTTP port `8080` need to be open on firewall side. It is also recommended to open `443` port if SSL is enabled.
33+
All other infrastructure instances will work within the same docker network group, so no additional ports need to be managed on the firewall side.
3434

35-
36-
## Install Docker from official source
37-
38-
Please, use latest version of Docker and Docker Compose tools.
39-
Follow the [official](https://docs.docker.com/engine/install/) guidelines in accordance to your OS system.
35+
::: details Install Docker
36+
Please, use the latest version of Docker and Docker Compose tools.
37+
Follow the [official](https://docs.docker.com/engine/install/) guidelines in accordance with your OS system.
38+
:::
4039

4140
## Mergin Maps CE Docker Images
4241
<ServerType type="CE" />

0 commit comments

Comments
 (0)