mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update 000_intro.md
This commit is contained in:
@@ -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:
|
||||
|
||||
[](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.
|
||||
|
||||
Reference in New Issue
Block a user