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/index.md
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,16 @@
2
2
3
3
SaaS <MainPlatformName /> service is a web platform for storage and synchronisation of data between mobile devices, <MainPlatformNameLink /> service and QGIS Desktop.
4
4
5
-
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 <GitHubRepoid="MerginMaps/server" />.
5
+
There are also custom server deployments:
6
+
[[toc]]
7
+
8
+
You can read more about them in our blog [<MainPlatformName /> Community and Enterprise Editions](https://merginmaps.com/blog/introducing-mergin-maps-community-and-enterprise-editions).
9
+
10
+
## Mergin Maps CE
11
+
12
+
**<MainPlatformName /> Community Edition** (<CommunityPlatformNameLink />) 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 <GitHubRepoid="MerginMaps/server" />.
13
+
14
+
## Mergin Maps EE
6
15
7
16
**Mergin Maps Enterprise Edition** (<EnterprisePlatformNameLink />) provides an enterprise environment with additional features such as multiple [workspaces](../manage/workspaces/) or [webmaps](../manage/dashboard-maps/). There are three types of <EnterprisePlatformNameLink />:
8
17
-*Cloud* that uses <AppDomainNameLink /> (the same server as is used by other <MainPlatformName /> users)
@@ -11,8 +20,6 @@ There is also **<MainPlatformName /> Community Edition** (<CommunityPlatformName
11
20
12
21
This section of documentation is relevant for the **On-Premises <EnterprisePlatformName />** and **<CommunityPlatformName />**.
13
22
14
-
:::tip
15
-
**Interested in using <EnterprisePlatformName />?** Information about <EnterprisePlatformName />, its features and pricing can be found on our [website](https://merginmaps.com/pricing-for-ce-and-ee). Contact our <MerginMapsEmailid="sales"desc="sales team" /> for more details.
16
-
17
-
You can read more about <CommunityPlatformName /> and <EnterprisePlatformName /> in our blog [<MainPlatformName /> Community and Enterprise Editions](https://merginmaps.com/blog/introducing-mergin-maps-community-and-enterprise-editions).
23
+
:::tip Interested in using <EnterprisePlatformName />?
24
+
Information about <EnterprisePlatformName />, its features and pricing can be found on our [website](https://merginmaps.com/pricing-for-ce-and-ee). Contact our <MerginMapsEmailid="sales"desc="sales team" /> for more details.
Copy file name to clipboardExpand all lines: src/server/plugin-mobile-app/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@ There is a default server <AppDomainNameLink /> which is configured in <QGISPlug
5
5
6
6
To do this, we need to set up the custom server in the [plugin](#custom-server-configuration-in-mergin-maps-qgis-plugin) as well as in the [mobile app](#custom-server-configuration-in-mergin-maps-mobile-app).
7
7
8
+
::: warning Server version compatibility
9
+
Please note that the <MobileAppName /> and <QGISPluginName /> require the server version 2023.2 or higher.
10
+
11
+
See how to [upgrade](../upgrade/) your server if needed.
12
+
:::
8
13
9
14
## Custom server configuration in Mergin Maps QGIS plugin
10
15
To configure a custom <MainPlatformName /> server in the <QGISPluginNameShort />:
0 commit comments