Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/about-settlemint/0_intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Learn how to get started building blockchain applications on SettleMint
image=''
title="Install On-Premise"
description="Learn about the supported blockchains that you can use"
page="/documentation/docs/launch-platform/self-hosted/download/download-portal/"
page="/documentation/docs/launch-platform/self-hosted/installing-on-an-existing-cluster/introduction/"
/>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_position: 1
sidebar_label: 'Sandbox Installation: BTP on Google Cloud Platform with Terraform'
---

# BTP on Goodle Cloud Platform
# BTP on Google Cloud Platform

## **For DEMO purposes only.**
*This is not production ready solution. We run all components locally and not in HA mode. For production, we suggest running PostgreSQL, Redis, and Vault outside of the cluster.*
Expand Down Expand Up @@ -74,7 +74,7 @@ You will get a Client ID and Client secret at the end of this process, note them
Below you will find instruction how to setup BTP platform on GCP with terraform code. It consist 2 steps and manual step, as we need to preconfigure public DNS zone to access BTP platform.

clone the following github repository:
```sh
```sh
git clone git@github.com:settlemint/tutorial-btp-on-gcp.git
```

Expand Down