> For the complete documentation index, see [llms.txt](https://help.gopaddle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gopaddle.io/overview/installing-community-edition/digital-ocean.md).

# 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.
