|
3 | 3 |
|
4 | 4 | SaaS <MainPlatformName /> service is a web platform for storage and synchronisation of data between mobile devices, <MainPlatformNameLink /> service and QGIS Desktop. |
5 | 5 |
|
6 | | -There is also <MainPlatformName /> Community Edition (<MainPlatformName /> CE) that is licensed as open source software. The source code for <MainPlatformName /> CE can be modified and used for custom deployments. You can contribute your code to <GitHubRepo id="MerginMaps/mergin" />. |
| 6 | +There is also <MainPlatformName /> Community Edition (<CommunityPlatformNameLink />) that is licensed as open source software. The source code for <CommunityPlatformName /> can be modified and used for custom deployments. You can contribute your code to <GitHubRepo id="MerginMaps/mergin" />. |
7 | 7 |
|
8 | 8 | ::: tip |
9 | | -If you need more functionality than <MainPlatformName /> CE offers, explore our [subscription plans](../setup/subscriptions/). |
| 9 | +More information about <CommunityPlatformName /> and its features can be found on our [website](https://merginmaps.com/pricing-for-ce-and-ee) and in our blog [<MainPlatformName /> Community and Enterprise Editions](https://merginmaps.com/blog/introducing-mergin-maps-community-and-enterprise-editions). |
| 10 | + |
| 11 | +Need more functionality than <CommunityPlatformNameLink /> offers? Explore our [subscription plans](https://merginmaps.com/pricing). |
10 | 12 | ::: |
11 | 13 |
|
12 | 14 | ## How to deploy Mergin Maps CE |
13 | | -**Interested in deploying <MainPlatformName /> CE?** You can start by going to <GitHubRepo id="MerginMaps/mergin" /> on GitHub and read instructions on how to deploy it for your platform. |
| 15 | +**Interested in deploying <CommunityPlatformName />?** You can start by going to <GitHubRepo id="MerginMaps/mergin" /> on GitHub and read instructions on how to deploy it for your platform. |
14 | 16 |
|
15 | 17 | :::tip |
16 | | -Follow our [Migration Guides](./ce-migration/) to migrate from older versions to the latest version of <MainPlatformName /> CE. |
| 18 | +Follow our [Migration Guides](./ce-migration/) to migrate from older versions to the latest version of <CommunityPlatformName />. |
17 | 19 | ::: |
18 | 20 | |
19 | 21 | ### Start docker containers |
@@ -124,20 +126,21 @@ Mergin Maps uses PostgreSQL database to store its data. Variables marked with st |
124 | 126 | |
125 | 127 | ## How to opt out of sending statistics |
126 | 128 | <SinceBadge type="Server" version="2023.2" /> |
127 | | -By default, <MainPlatformName /> CE collects anonymous usage information to make the service better. There is a variable named `COLLECT_STATISTICS` that controls if statistics are collected and sent to <MainPlatformNameLink />. |
| 129 | +By default, <CommunityPlatformName /> collects anonymous usage information to make the service better. There is a variable named `COLLECT_STATISTICS` that controls if statistics are collected and sent to <MainPlatformNameLink />. |
128 | 130 |
|
129 | 131 | If you do not want to provide these data, you can opt-out any time by setting this variable to *false* |
130 | 132 | ``` |
131 | 133 | COLLECT_STATISTICS=false |
132 | 134 | ``` |
133 | 135 |
|
134 | | -## Mergin Maps CE troubleshooting |
| 136 | +## Mergin Maps CE troubleshooting |
| 137 | + |
135 | 138 | ### Mergin Maps CE server is not properly configured |
136 | 139 | Did you get an error that the server is not properly configured? |
137 | | - |
| 140 | + |
138 | 141 |
|
139 | 142 | 1. Check if `MERGIN_BASE_URL` docker environment variable is assigned correctly. |
140 | | - `MERGIN_BASE_URL` should contain the URL of your <MainPlatformName /> CE server. |
| 143 | + `MERGIN_BASE_URL` should contain the URL of your <CommunityPlatformName /> server. |
141 | 144 |
|
142 | 145 | 2. Restart the container with the `MERGIN_BASE_URL` variable |
143 | 146 |
|
|
0 commit comments