Hello, I have 4 machines, one running nginx proxing to mongrel, 2 machines each of them running mongrel_cluster and one machine running a MySQL database.
So my deploy.rb looks like: ... role :app, "ip_of_nginx_server" role :web, "ip_of_mongrel_server1", "ip_of_mongrel_server2" role :db, "ip_of_mysql_server" ... Is this correct? Thanx -- Jochen --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
