Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ frontend
FLX
FOSS
Garmin
GCP
GDA
gdal
GDAL
Expand Down
6 changes: 6 additions & 0 deletions src/server/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Installation guide will help you to install your <CommunityPlatformNameLink /> o

We recommend using a dedicated host machine with 8 GB of memory. The requirements for CPU and persistent storage depend largely on the frequency of project updates and the anticipated size of the data you expect to store respectively.

For a typical <MainPlatformName /> enterprise level deployment for a small team (<20 users), we provide a shortlist of Azure, AWS and GCP capable instances.

* [Azure](https://cloudprice.net/?_numberOfCores_min=4&_numberOfCores_max=6&_memoryInMB_min=6&_memoryInMB_max=8&timeoption=month)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rather than links that can be invalid in few months I suggest to write down the spec that is required and write it could be for example azure / aws - ec2 or gpc machine.

* [AWS](https://cloudprice.net/aws/ec2?timeoption=month&_ProcessorVCPUCount_min=4&_ProcessorVCPUCount_max=6&_MemorySizeInMB_min=6&_MemorySizeInMB_max=8)
* [GCP](https://cloudprice.net/gcp/compute?timeoption=month&_ProcessorVCPUCount_max=6&_ProcessorVCPUCount_min=4&_MemorySizeInMB_min=6&_MemorySizeInMB_max=8)

## Mergin Maps CE Docker Images
<ServerType type="CE" />

Expand Down
Loading