Skip to content

Instantly share code, notes, and snippets.

@auser
Forked from deadprogram/gist:4007
Created August 6, 2008 01:49
Show Gist options
  • Save auser/4151 to your computer and use it in GitHub Desktop.
Save auser/4151 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