diff --git a/documentation/docs/admin/000_intro.md b/documentation/docs/admin/000_intro.md index 47370c5d..a5e02295 100644 --- a/documentation/docs/admin/000_intro.md +++ b/documentation/docs/admin/000_intro.md @@ -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.