convox/install/do/README.md
David Dollar 7f05d506ee
terraform: move authentication out to env vars (#49)
* terraform: move authentication out to env vars

* not that it is project id
2019-12-10 21:31:35 -05:00

724 B

Convox on Digital Ocean

Initial Setup

Configuration

Template Variables

  • access_id (required)
  • secret_key (required)
  • token (required)

Install Convox

  • Clone this repository and switch to the directory containing this README
  • Run terraform init
  • Run terraform apply

Convox CLI Setup

  • Install the Convox CLI
  • Run export RACK_URL=$(terraform output rack_url)
  • Run convox rack to ensure that your CLI is connected to your new Rack