Skip to content

Instantly share code, notes, and snippets.

@auser
Created September 17, 2008 18:37
Show Gist options
  • Save auser/11278 to your computer and use it in GitHub Desktop.
Save auser/11278 to your computer and use it in GitHub Desktop.
module Slicehost
# the 4 methods (may add a few more)
# that are required for an extra base
def instances_list
...
end
register_remote_base :slicehost
end
# Then, in your pool
pool :php_application do
using :slicehost
cloud :app do
...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment