|
1 | 1 | # Mergin Maps Community Edition |
| 2 | +[[toc]] |
2 | 3 |
|
3 | | -<MainPlatformNameLink /> is a web platform for storage and synchronisation of data between mobile devices, <MainPlatformNameLink /> service and QGIS Desktop. |
| 4 | +SaaS <MainPlatformName /> service is a web platform for storage and synchronisation of data between mobile devices, <MainPlatformNameLink /> service and QGIS Desktop. |
4 | 5 |
|
5 | | -The good news is that <MainPlatformName /> Community Edition (<MainPlatformName /> CE) is licensed as open source software and therefore it is possible to do your custom deployments. |
| 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 | 7 |
|
| 8 | +::: tip |
| 9 | +If you need more functionality than <MainPlatformName /> CE offers, explore our [subscription plans](../setup/subscriptions/). |
| 10 | +::: |
| 11 | + |
| 12 | +## How to deploy Mergin Maps CE |
7 | 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. |
| 14 | + |
| 15 | +## How to opt out of sending statistics |
| 16 | +<SinceBadge type="Server" version="2023.2" /> |
| 17 | +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 />. |
| 18 | + |
| 19 | +If you do not want to provide these data, you can opt-out any time by setting this variable to *false* |
| 20 | +``` |
| 21 | +COLLECT_STATISTICS=false |
| 22 | +``` |
| 23 | + |
| 24 | +## Mergin Maps CE server is not properly configured |
| 25 | +Did you get an error that the server is not properly configured? |
| 26 | + |
| 27 | + |
| 28 | +1. Check if `MERGIN_BASE_URL` docker environment variable is assigned correctly. |
| 29 | + `MERGIN_BASE_URL` should contain the URL of your <MainPlatformName /> CE server. |
| 30 | + |
| 31 | +2. Restart the container with the `MERGIN_BASE_URL` variable |
| 32 | + |
| 33 | +## Migrate to the latest Mergin Maps CE version |
| 34 | +To migrate from older <MainPlatformName /> Community Edition to the latest version, follow our [Migration Guides](./ce-migration/). |
| 35 | + |
| 36 | + |
0 commit comments