Created
April 5, 2012 22:32
-
-
Save aaronfeng/2314705 to your computer and use it in GitHub Desktop.
first cloud foundry app
This file contains 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
Would you like to deploy from the current directory? [Yn]: Y | |
Application Name: testapp | |
Detected a Rails Application, is this correct? [Yn]: Y | |
Memory Reservation (64M, 128M, 256M, 512M, 1G, 2G) [256M]: 64M | |
Creating Application: OK | |
Would you like to bind any services to 'testapp'? [yN]: y | |
The following system services are available | |
1: mysql | |
Please select one you wish to provision: 1 | |
Specify the name of the service [mysql-4f8ad]: | |
Creating Service: OK | |
Binding Service [mysql-4f8ad]: OK | |
Uploading Application: | |
Checking for available resources: OK | |
Packing application: OK | |
Uploading (36K): OK | |
Error 111: System Exception Encountered |
how did you come across this gist? that was my first attempt in booting up cloudfoundry on ec2. It's working now.
It showed up in my github feed. I just thought it was funny.
so some people do read github feed...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice