Debian Install

From FusionPBX
Revision as of 06:51, 2 December 2011 by Soapee01 (talk | contribs) (Debian 6 Squeeze)
Jump to: navigation, search

Debian

Debian 5.x Lenny

Notes

  • Select the Base Install option [on the debian install iso]. All other packages will be added.
  • When you get the warning about it not being Lucid, go ahead and continue.
  • nginx and php5-fpm options do not work (since the script uses ppa's). Select Apache instead.
  • Dahdi isn't included in the official repositories.

Debian 6 Squeeze

The easy way:

Download the Ubuntu Lucid Easy Ubuntu installation script. The script is generically written for Debian based distro's and may work on others.

The above script works, but there are a couple of issues as of 11/26/2011

  • CHOOSE APACHE or nginx!
  • php5-fpm works.
  • Tested with MySQL (works fine)
    • Sqlite works
    • Postgres 8 probably works fine Please confirm
    • Postgres 9.1 works

Notes

  • This is here to remind soapee01 (thanks to cbillen for testing) what modifications need to be made to the script so it will work with squeeze.
  • modify so we don't use PPA, and instead:
echo "deb http://packages.dotdeb.org squeeze all">>/etc/apt/sources.list
wget http://www.dotdeb.org/dotdeb.gpgcat dotdeb.gpg | sudo apt-key add - 
rm dotdeb.gpg
apt-get update
deb http://backports.debian.org/debian-backports squeeze-backports   main