Unofficial install script for Ubuntu 10.4 LTS

Warning: this script was not tested by the core dev team, and is not currently supported. We're thinking of merging it into the current install.sh... See this post for context and followup.

The install-aegir-on-ubuntu.sh script installs Aegir 0.4 with all prerequisites on a bare Ubuntu 10.4 LTS server, on a local network, without any security hardening. It is a scripted version of the cannonical install.sh, adapted for Ubuntu.

This script helps Aegir users to quick start with an Aegir installation on Ubuntu headless server for development and testing purposes, but is not ready for production environments. It uses PHP 5.3, not PHP 5.2 as recommened by Aegir documentation.

It installs all the software requirements (Apache, MySQL, PHP), as well as other packages needed by Aegir, like rsync, gzip or git-core. It helps to configure the system parameters (set the Aegir user, PHP memory limits, database configs, and symlinks). And of course, downloads and runs the Aegir install script.

    Getting started
  • install a bare Ubuntu 10.4 LTS server, optionally with OpenSSH
  • login and switch to root ('sudo su')
  • set a fix IP address to the server
  • download this script
  • adjust the parameters in the script, like IP of the host
  • change access and execution rights: chmod 775 install-aegir-on-ubuntu.sh
  • execute the script
  • follow the instruction on the terminal, answer few questions during install
    Restrictions
  • Do not use on production environments, it has no security hardening
  • It uses PHP 5.3. Drupal core is running smoothly on that, but some contributed modules may generate issues and warnings.

Maintainers: doka@wepoca.net, www.wepoca.net

The script is available via GitHub: https://github.com/doka/install-aegir-on-ubuntu

Select the appropiate tag on GitHub for the proper Aegir version: 0.4-beta2 or 0.4-rc1.