Skip to content

Commit 82e6254

Browse files
committed
Further refinement for #585
1 parent b21788f commit 82e6254

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ QField
121121
QFieldCloud
122122
QFieldSync
123123
QGIS
124+
qgis
124125
QString
125126
QgsField
126127
Qt

src/server/install/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ $ docker exec merginmaps-server flask user create <username> <password> --is-adm
6464
Now tweak deployment settings by modifying environment variables. You have to fix all variables marked as required in this list of [environment variables](../environment/). Some of the most common issues with custom deployments are listed in the [troubleshoot](../troubleshoot/) section.
6565

6666
### Start WebMaps Stack
67+
<ServerType type="EE" />
6768

6869
WebMaps consists of three more services (`mergin-qgis`, `mergin-qgis-extractor` and `mergin-qgis-nginx`) that you can run alongside <MainPlatformName /> main stack or independently in a new machine.
6970
Just make sure related `MAPS_*` [environment variables](../environment/#WebMaps) are set, namely `MAPS_ENABLED` (`True` by default).

src/server/upgrade/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Perform the migration:
2727
2. Start up your docker containers
2828
```bash
2929
$ docker compose -f docker-compose.yml -d up # or similarly, based on your deployment
30-
$ docker compose --profile maps -f docker-compose.yml -d up # If you want to deploy maps stack
30+
$ docker compose -f docker-compose.maps.yml -d up # If you want to deploy maps stack
3131
```
3232

3333
3. Check that you are on correct versions (`ba5051218de4`, `ba5ae5972c4a`).

0 commit comments

Comments
 (0)