Please note that these are instructions for installing a Rack via the command line. The easiest way to install a Rack is with the Convox Web Console
The following environment variables are required:
DIGITALOCEAN_ACCESS_ID
DIGITALOCEAN_SECRET_KEY
DIGITALOCEAN_TOKEN
Go to https://cloud.digitalocean.com/account/api/tokens and generate a new Personal Access Token.
DIGITALOCEAN_TOKEN
is the token you just createdGo to https://cloud.digitalocean.com/account/api/tokens and generate a new Spaces Access Key.
DIGITALOCEAN_ACCESS_ID
is the resulting KeyDIGITALOCEAN_SECRET_KEY
is the Secret $ convox rack install do <name> [param1=value1]...
Name | Default | Description |
---|---|---|
cert_duration | 2160h | Certification renew period |
node_type | s-2vcpu-4gb | Node instance type |
region | nyc3 | Digital Ocean region |
registry_disk | 50Gi | Registry disk size |
syslog | Forward logs to a syslog endpoint (e.g. tcp+tls://example.org:1234) |