Caligrafy

Caligrafy
Caligrafy
by Caligrafy (by Postcart LLC)

Version 2.0

OS 22.10

Frameworks

Description

Software Included

Package
PHP
Version
8.1.7
License
Package
Composer
Version
2.4.1
License
Package
Node
Version
18.7
License
Package
NPM
Version
8.18
License
Package
Docker
Version
20.10
License
Package
Docker-Compose
Version
1.29.2
License

Getting started after deploying Caligrafy

API Creation

In addition to creating a Droplet from the Caligrafy 1-Click App via the control panel, you can also use the DigitalOcean API.

As an example, to create a 4GB CaligrafyDroplet in the NYC3 region, you can use the following curl command. You'll need to either save your API access token to an environment variable or substitute it into the command below.


  curl -X POST -H 'Content-Type: application/json' \
       -H 'Authorization: Bearer '$TOKEN'' -d \
      '{"name":"choose_a_name","region":"nyc3","size":"s-2vcpu-4gb","image":"caligrafybypostc-caligrafy"}' \
      "https://api.digitalocean.com/v2/droplets"