Update 000_intro.md

This commit is contained in:
Stefan Pejcic
2024-07-11 18:06:40 +02:00
committed by GitHub
parent 8fd4d830a4
commit 4c87531a84

View File

@@ -43,8 +43,19 @@ The installation script supports [optional flags](/install) that can be used to
### Install on DigitalOcean
OpenPanel is available as a 1-Click app (droplet) on DigitalOcean. Click on the button to spin a droplet with OpenPanel already installed:
[![droplet](/img/do-btn-blue.svg)](https://marketplace.digitalocean.com/apps/openpanel?refcode=6498bfc47cd6&action=deploy)
or with DigitalOcean api:
```bash
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"nyc3","size":"s-2vcpu-4gb","image":"openpanel"}' \
"https://api.digitalocean.com/v2/droplets"
```
### Troubleshooting failed installation
In a rare case that the OpenPanel installation process fails you shoud be able to determine the root cause from the error message alone.