Skip to content

Commit 6cc365f

Browse files
authored
WIP - CE installation, migration guides, opt-out stats (#291)
* MM CE migration guides, opt-out stats * added toc * mergin maps ce
1 parent 43893bb commit 6cc365f

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

src/dev/ce-migration/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Migration Guides
2+
[[toc]]
3+
4+
Migration guides are here to help you migrate to the latest version of [<MainPlatformName /> Community Edition](../mergince/).
5+
6+
## Migration guide to 2023.2
7+
37.8 KB
Loading
44.8 KB
Binary file not shown.

src/dev/mergince.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,36 @@
11
# Mergin Maps Community Edition
2+
[[toc]]
23

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.
45

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" />.
67

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
713
**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+
![CE server not configured error](./ce-server-not-configured.jpg "CE server not configured error")
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

Comments
 (0)