Coming soon...

Poolparty is currently undergoing a large rewrite to simplify usage, extend functionality and provide more options for usage.

Future functionality (subject to change through the rewrite)

   1  pool :app do
   2    cloud :web do    
   3      # Enable apache
   4      apache do      
   5        enable_mod_rails
   6        virtual_host("poolpartyrb.com")      
   7      end    
   8    end
   9    
  10    # Make a db cloud with the default mysql plugin options
  11    cloud :db do
  12      mysql
  13      
  14      # Setup monit to watch mongrel with default options
  15      monit do
  16        watch("mysql")
  17      end
  18    end
  19  end

Note, this is a large, core rewrite. This rewrite is *NOT* backwards compatible

irc.freenode.net / #poolpartyrb