# Digital Ocean

{% hint style="info" %}
gopaddle Installation on Digital Ocean Kubernetes cluster requires a minimum of 2 nodes, 32 GB RAM and 50 GB Hard disk. O
{% endhint %}

## Option 1 - Install through Marketplace Listing

1. Click on the Digitial Ocean Marketplace listing below:

{% embed url="<https://marketplace.digitalocean.com/apps/gopaddle>" %}
App Listing
{% endembed %}

2. Click on **Install App** in the top right corner of the app listing.
3. Sign In to your Digital Ocean Account and launch the application.

<figure><img src="/files/XyVT7Wvx1pNXC6DAG11Z" alt="" width="375"><figcaption><p>Ditigal Ocean Kubernetes - gopaddle 1-Click Install</p></figcaption></figure>

4. Once gopaddle is installed, access the gopaddle UI by following [these](https://app.gitbook.com/o/kaNNkk5MWdImsh5Ur4MO/s/5QxXxCob5M5VXQJTryRc/~/changes/7/overview/getting-started/installing-community-edition/accessing-gopaddle-ui) steps.

## Option 2 -  Install Using Command Line

1. Follow [these](/overview/provision-new-cluster/provision-clusters-on-cloud.md) steps to Download and configure Digital Ocean command line utility
2. Execute the below command to create a Digitial Ocean Kubernetes cluster and install gopaddle

```
doctl kubernetes clusters create --size s-4vcpu-8gb $CLUSTER_NAME --1-clicks gopaddle-lite
```

3. Once gopaddle is installed, access the gopaddle UI by following [these](https://app.gitbook.com/o/kaNNkk5MWdImsh5Ur4MO/s/5QxXxCob5M5VXQJTryRc/~/changes/7/overview/getting-started/installing-community-edition/accessing-gopaddle-ui) steps.


---

# Agent Instructions: 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:

```
GET https://help.gopaddle.io/overview/installing-community-edition/digital-ocean.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
