Skip to content

Instantly share code, notes, and snippets.

@viglesiasce
Last active January 2, 2016 13:39
Show Gist options
  • Select an option

  • Save viglesiasce/8311131 to your computer and use it in GitHub Desktop.

Select an option

Save viglesiasce/8311131 to your computer and use it in GitHub Desktop.
Install Eucalyptus Cloud-in-a-box
#!/bin/bash
curl -L https://www.opscode.com/chef/install.sh | bash
wget http://euca-chef.s3.amazonaws.com/cookbooks.tgz -O cookbooks.tgz
wget http://euca-chef.s3.amazonaws.com/ciab.json -O ciab.json
chef-solo -r cookbooks.tgz -j ciab.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment