Difference between revisions of "Ubuntu 10.10"

From FusionPBX
Jump to: navigation, search
m (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...")
 
m
Line 33: Line 33:
  
 
  cd /var/www
 
  cd /var/www
  sudo svn checkout http://fusionpbx.googlecode.com/svn/trunk/fusionpbx /var/www/fusionpbx
+
  sudo svn co http://fusionpbx.googlecode.com/svn/trunk/fusionpbx /var/www/fusionpbx

Revision as of 01:05, 12 September 2010

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 co http://fusionpbx.googlecode.com/svn/trunk/fusionpbx /var/www/fusionpbx