mirror of
https://github.com/FlipsideCrypto/convox.git
synced 2026-02-06 19:07:13 +00:00
* upload cli binaries during release * add install instructions * update rack install instructions with new cli * fix urls on links to install docs * restructure cli installation docs * rework installation text |
||
|---|---|---|
| .. | ||
| main.tf | ||
| README.md | ||
Convox on AWS
Initial Setup
- Create an IAM user with the
AdministratorAccesspolicy - Create Access Credentials for this IAM user
- Note these credentials
Configuration
Environment Variables
AWS_DEFAULT_REGION(required)AWS_ACCESS_KEY_ID(required)AWS_SECRET_ACCESS_KEY(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 rackto ensure that your CLI is connected to your new Rack