Skip to content

Instantly share code, notes, and snippets.

@deadprogram
Created August 5, 2008 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save deadprogram/4007 to your computer and use it in GitHub Desktop.
Save deadprogram/4007 to your computer and use it in GitHub Desktop.
solution :myapp do
cloud :db do
mysql :master => 1, :max_slaves => 4
end
cloud :web do
rails ...
nginx ...
end
cloud :indexing
sphinx ...
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment