Created
August 3, 2012 01:52
-
-
Save mago0/3243366 to your computer and use it in GitHub Desktop.
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
knife ec2 server create -E staging_standalone -r "role[standalone]" -I ami-3fe54d56 -f m1.small -S knife -N $SERVNAME --ssh-user ubuntu -G default,standalone -j "{ \"crowdtilt\": { \"base_tld\": \"${SERVNAME}.crowdtilt.com\", \"base_url\": \"https://${SERVNAME}.crowdtilt.com\", \"cookie_domain\": \".${SERVNAME}.crowdtilt.com\", \"nginx\": { \"admin\": { \"base_url\": \"admin.${SERVNAME}.crowdtilt.com\" }, \"www\": { \"server_name\": \"${SERVNAME}.crowdtilt.com www.${SERVNAME}.crowdtilt.com\", \"base_url\": \"${SERVNAME}.crowdtilt.com\" } } } }" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment