views:

257

answers:

2

Hi, I would like to know how I should deploy a Drupal site when I'm using three servers?

Is it possible to deploy it with a Drupal module or something? If it is, how does that work?

Thanks.

update: I would like to know about the deployment of files and the configuration of the servers.

A: 

you should consider using drush.

among other useful things (automatic download and update of the modules) it has a rsync wrapper that lets you synchronize files between hosts (./drush sync)

it's also used by the project aegir which is "a set of modules for Drupal that helps you maintain several Drupal sites."

gpilotino
A: 

We have a 4 VM web farm running IIS 6 ASP.Net application, how do I deploy only once in stead of publish 4 times to each individual VM?

MedicalInformatics