Question

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.

Was it helpful?

Solution

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."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top