Created
April 3, 2012 09:03
-
-
Save juanje/2290564 to your computer and use it in GitHub Desktop.
Create Redmine box with Chef recipe in the Cloud (EC2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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