You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/server/install/index.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ The requirements for CPU and persistent storage depend largely on the frequency
12
12
A very conservative rule of thumb, regarding needed disk size would be `mergin maps project size * number of versions`.
13
13
If you have a team size over 25 people and synchronise often your <MainPlatformName /> projects, consider a host with **4 vCPUS**.
14
14
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`.
16
16
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.
18
18
19
19
20
20
### Infrastructure overview
@@ -29,14 +29,13 @@ A low-latency, high-bandwidth environment is preferred due to volume of data nee
29
29
30
30
### Firewall ports
31
31
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.
34
34
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.
0 commit comments