Comments

MichaelCole’s picture

echo "deb http://debian.koumbit.net/debian stable main" | sudo tee -a /etc/apt/sources.list.d/koumbit-stable.list
wget http://debian.koumbit.net/debian/key.asc
sudo apt-key add key.asc
sudo apt-get update

MichaelCole’s picture

sudo apt-get install aegir

no configuration for postfix

mgifford’s picture

I couldn't get that working, but this did:
http://community.aegirproject.org/node/400

Think this will work:

echo "deb http://debian.aegirproject.org stable main" | sudo tee -a /etc/apt/sources.list.d/aegirproject-stable.list
wget http://debian.aegirproject.org/key.asc
sudo apt-key add key.asc
sudo apt-get update
sudo apt-get install aegir
helmo’s picture

Those instructions would indeed be an improvement over ~/quickstart/contrib/install-aegir.sh which is rather out-dated.