Skip to content

Instantly share code, notes, and snippets.

@aaronfeng
Created April 5, 2012 22:32
Show Gist options
  • Save aaronfeng/2314705 to your computer and use it in GitHub Desktop.
Save aaronfeng/2314705 to your computer and use it in GitHub Desktop.
first cloud foundry app
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
@adamvduke
Copy link

Nice

@aaronfeng
Copy link
Author

how did you come across this gist? that was my first attempt in booting up cloudfoundry on ec2. It's working now.

@adamvduke
Copy link

It showed up in my github feed. I just thought it was funny.

http://i43.tinypic.com/63rj2s.png

@aaronfeng
Copy link
Author

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