We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35233f1 commit bed0ae6Copy full SHA for bed0ae6
2 files changed
scripts/wordlist.txt
@@ -195,6 +195,7 @@ frontend
195
gdal
196
geo
197
geoid
198
+github
199
gpkg
200
hotline
201
html
src/server/install/index.md
@@ -31,6 +31,12 @@ Make sure you follow deployment guidelines to <b>ensure any firewalls in your in
31
32
Follow these steps to run a local <MainPlatformName /> instance.
33
34
+Clone the <MainPlatformName /> github repo locally
35
+```bash
36
+ $ git clone git@github.com:MerginMaps/server.git
37
+ $ cd server
38
+ ```
39
+
40
Locate yourself on the proper <MainPlatformName /> edition.
41
```shell
42
# For community edition
0 commit comments