> For the complete documentation index, see [llms.txt](https://docs.openg2p.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openg2p.org/operations/deployment/_archive/scaling/base-infrastructure/openg2p-cluster/landing-page-for-openg2p.md).

# Landing Page For OpenG2P

The instructions here pertain to the deployment of Landing Page for OpenG2P environments using Helm charts. All the components are installed in the same namespace. The deployment may be achieved by the following methods:

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before you deploy, make sure the following are in place:

* ✅ [Infrastruction setup](/operations/deployment/_archive/deployment-instructions/infrastructure-setup.md) is completed
* ✅ [Environment](/operations/deployment/_archive/deployment-instructions/environment-installation.md) has been setup with common resources installed.
* ✅ Domain name `registry.<your environment>.<your domain name>` (e.g. `registry.qa.openg2p.org`) is available along with SSL certificate for the domain (*the wild certificate should have already been loaded during Infrastructure setup*)
* ✅ **Project Owner access** on the OpenG2P namespace

### Installation using Rancher UI <a href="#installation-using-rancher-ui" id="installation-using-rancher-ui"></a>

1. Log in to Rancher admin console.
2. Select your cluster.
3. Under Apps -> Repositories click on Create to add a repository.
4. Provide Name as "openg2p" and target HTTPS Index URL as <https://openg2p.github.io/openg2p-helm/rancher> and click Create.
5. Select the namespace in which you would like to install Landing page, from the namespace filter on the top-right.
6. To display prerelease versions of OpenG2P apps, click on your user avatar in the upper right corner of the Rancher dashboard. Then click on "Include Prerelease Versions" under Preferences under Helm Charts.
7. Navigate to Apps->Charts page on Rancher. You should see "Landing Page" Helm charts listed.

   <figure><img src="/files/3YYHIE30RM0ZR7mviCEG" alt=""><figcaption></figcaption></figure>
8. Click on the Helm chart, provide the necessary URLs in the configuration, click Next, remove the wait flag, and then install it.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.openg2p.org/operations/deployment/_archive/scaling/base-infrastructure/openg2p-cluster/landing-page-for-openg2p.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
