What is Aegir?
- Aegir is built by a community of system administrators and developers who share Drupal deployment tools, strategies and best practices, instead of continuing to write our own little shell scripts.
- Aegir allows you to deploy and manage many Drupal sites, and can scale across multiple server clusters. Aegir makes it easy to install, upgrade, and backup an entire network of Drupal sites.
- Aegir is fully extensible, since it's built on Drupal and Drush, and supports many add-ons through contributed extensions.
Curious? Check out the Aegir Handbook, or better yet...
Get Aegir
On a recent Debian or Ubuntu server (with a fully qualified domain name), run the following commands:
sudo mysql_secure_installation echo "deb http://debian.aegirproject.org stable main" | sudo tee -a /etc/apt/sources.list.d/aegir-stable.list curl http://debian.aegirproject.org/key.asc | sudo apt-key add - sudo apt-get update sudo apt-get install aegir3
See the Installation Guide for more details, or guidance on installing on other operating systems.
Aegir is under active development. You can check out the latest code from Drupal.org's provision, hostmaster and hosting projects.