Skip to content

Instantly share code, notes, and snippets.

@juanje
Created April 3, 2012 09:03
Show Gist options
  • Save juanje/2290564 to your computer and use it in GitHub Desktop.
Save juanje/2290564 to your computer and use it in GitHub Desktop.
Create Redmine box with Chef recipe in the Cloud (EC2)
# with Debian Lenny
knife ec2 server create -I ami-c041bda9 -x root -r "recipe[redmine]" -i IDENTITY_FILE
# with Ubuntu 11.10 Oneiric
knife ec2 server create -I ami-3962a950 -x ubuntu -r "recipe[redmine]" -i IDENTITY_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment