Skip to content

Instantly share code, notes, and snippets.

@pditommaso
Created January 22, 2013 14:52
Show Gist options
  • Save pditommaso/4595210 to your computer and use it in GitHub Desktop.
Save pditommaso/4595210 to your computer and use it in GitHub Desktop.
Circo cloud cluster boostrap
#!/bin/bash
export AWS_ACCESS_KEY=omissis
export AWS_SECRET_KEY=omissis
export CIRCO_CLUSTER=circotest1
curl http://cbcrg-eu.s3.amazonaws.com/circo-cloud-bootstrap.sh | bash &> circo-boot.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment