Difference between revisions of "Debian Install"

From FusionPBX
Jump to: navigation, search
(Debian)
Line 1: Line 1:
 
=Debian=
 
=Debian=
 +
*There is a scripted installation for Debian. [[Easy_FusionPBX|More info here.]]
 
==Debian 5.x Lenny==
 
==Debian 5.x Lenny==
*<b>[[Debian Install#Debian_6_Squeeze|Just use Squeeze already]]</b>
+
Manual Instructions need writing.  [[Ubuntu_10.10|You might have a look at the ubuntu 10.10 page as a guide.]]
 
 
===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==
 
==Debian 6 Squeeze==
The easy way:
+
Manual instructions need writing[[Ubuntu_10.10|You might have a look at the ubuntu 10.10 page as a guide.]]
 
 
Download the [[Easy_Ubuntu_10.04|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 as of 11/26/2011
 
* CHOOSE <b>APACHE or nginx!</b>
 
* php5-fpm works.
 
* Tested with MySQL (works fine)
 
**<b>Sqlite works</b>
 
**Postgres 8 probably works fine <b>Please confirm</b>
 
**<b>Postgres 9.1 works</b>
 
===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
 
** looks like debian backports has them. http://backports-master.debian.org/changes/squeeze-backports.html
 
*** 9.0 and 9.1
 
deb http://backports.debian.org/debian-backports squeeze-backports  main
 

Revision as of 16:50, 26 April 2012

Debian

Debian 5.x Lenny

Manual Instructions need writing. You might have a look at the ubuntu 10.10 page as a guide.

Debian 6 Squeeze

Manual instructions need writing. You might have a look at the ubuntu 10.10 page as a guide.