Difference between revisions of "Ubuntu 10.10"

From FusionPBX
Jump to: navigation, search
m
(Download Ubuntu 10.04 LTS Server (lucid)
Line 7: Line 7:
 
channel: #fusionpbx #freeswitch-de  
 
channel: #fusionpbx #freeswitch-de  
  
==Download Ubuntu 10.04 LTS Server (lucid==
+
==Download Ubuntu 10.04 LTS Server (lucid)==
  
 
http://www.ubuntu.com/server
 
http://www.ubuntu.com/server

Revision as of 01:25, 12 September 2010

Support

For basic support on this install Contact: witchdoc on server: irc.freenode.net channel: #fusionpbx #freeswitch-de

Download Ubuntu 10.04 LTS Server (lucid)

http://www.ubuntu.com/server

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