# 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="https://234395929-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5QxXxCob5M5VXQJTryRc%2Fuploads%2F2s9sXZlC23Oe7TnyNGG8%2Fdo-install.png?alt=media&#x26;token=98291251-4950-4f55-a089-4b9d1406d4ff" 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](https://help.gopaddle.io/overview/provision-new-cluster/provision-clusters-on-cloud) 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.
