Skip to content

Instantly share code, notes, and snippets.

@mipearson
Created March 30, 2011 23:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mipearson/895534 to your computer and use it in GitHub Desktop.
Save mipearson/895534 to your computer and use it in GitHub Desktop.
Given I have a fresh Ubuntu instance
And the security group for the instance allows HTTP requests
When I apply the node role 'passenger' to the instance
And I deploy a stub Rails application to the instance
Then the instance should serve the stub rails application
Given I have a fresh Ubuntu instance
And the security group for the instance allows MongoDB requests
When I apply the node role 'mongodb' to the instance
Then the instance should provide a MongoDB server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment