Ubuntu 10.10

From FusionPBX
Revision as of 00:53, 12 September 2010 by Witchdoc (talk | contribs) (Created page with "==Fusionpbx== Dependencies Subversion apt-get install subversion Apache apt-get install apache2 PHP >= 5.2.3 apt-get install php5 Install the backend of your choice s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Fusionpbx

Dependencies Subversion

apt-get install subversion

Apache

apt-get install apache2

PHP >= 5.2.3

apt-get install php5 

Install the backend of your choice

sqlite

apt-get install sqlite3 php5-sqlite

mysql

apt-get install mysql-server php5-mysql

postgresql

apt-get install php5-pgsql postgresql-8.4


FusionPBX install

Download FusionPBX source and add it to Apache

cd /var/www
sudo svn checkout http://fusionpbx.googlecode.com/svn/trunk/fusionpbx /var/www/fusionpbx