Difference between revisions of "Debian Install"

From FusionPBX
Jump to: navigation, search
(Debian 5.x Lenny)
(Debian 6 Squeeze)
Line 11: Line 11:
  
 
==Debian 6 Squeeze==
 
==Debian 6 Squeeze==
The above script mostly works, but there are a couple of issues. 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.
+
The above script mostly works, but there are a couple of issues as of 11/10/2011
 +
* CHOOSE <b>APACHE</b>
 +
* Tested with MySQL (works fine)
 +
**Sqlite should work fine. <b>Please confirm</b>
 +
**Postgres 8 probably works fine <b>Please confirm</b>
 +
**Postgres 9 will not work atm.
 
===Notes===
 
===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:
 
* modify so we don't use PPA, and instead:
 
  echo "deb http://packages.dotdeb.org squeeze all">>/etc/apt/sources.list
 
  echo "deb http://packages.dotdeb.org squeeze all">>/etc/apt/sources.list

Revision as of 23:04, 10 November 2011

Debian

Debian 5.x Lenny

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.

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 above script mostly works, but there are a couple of issues as of 11/10/2011

  • CHOOSE APACHE
  • Tested with MySQL (works fine)
    • Sqlite should work fine. Please confirm
    • Postgres 8 probably works fine Please confirm
    • Postgres 9 will not work atm.

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
  • the php5-fpm.conf file in the dotdeb archive is php-fpm.conf
  • /etc/lsb_release not present, run lsb_release -d instead
  • find a backport somewhere for postgres9