Difference between revisions of "VoIP: Instalasi FreePBX"
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 19: | Line 19: | ||
==Instalasi FreePBX== | ==Instalasi FreePBX== | ||
+ | Ubah permission FreeSWITCH | ||
− | |||
− | + | chgrp -R www-data /usr/local/src/freeswitch-1.0.5pre9/conf/* | |
+ | chmod -R g+w /usr/local/src/freeswitch-1.0.5pre9/conf/* | ||
− | + | Ubah permission Web FreePBX | |
− | + | chmod 777 /var/www/freepbx/logs/ | |
− | + | chmod 777 /var/www/freepbx/cache/ | |
− | + | chgrp -R www-data /var/www/freepbx/config/* | |
− | + | chmod -R g+w /var/www/freepbx/config/* | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
5. Ensure you have the latest PHP DOMDocument support. Note that PHP 5 has a new DOMDocument that depcreates the PHP 4 version. Unfortunately, they are named the same thing, which is confusing. You MUST have the PHP 5 version of DOMXML/DOMDocument to use FreePBX. FreePBX relies extensively on XML functionality for reading/writing XML configuration files. | 5. Ensure you have the latest PHP DOMDocument support. Note that PHP 5 has a new DOMDocument that depcreates the PHP 4 version. Unfortunately, they are named the same thing, which is confusing. You MUST have the PHP 5 version of DOMXML/DOMDocument to use FreePBX. FreePBX relies extensively on XML functionality for reading/writing XML configuration files. | ||
Line 49: | Line 40: | ||
6. Ensure you have PDO support installed/enabled for the database you are planning to use. For Fedora/CentOS/RedHat users, just do "yum install php-pdo" and your driver will likely be present. | 6. Ensure you have PDO support installed/enabled for the database you are planning to use. For Fedora/CentOS/RedHat users, just do "yum install php-pdo" and your driver will likely be present. | ||
− | 7. Browse to http://yourserver/your/web/directory/freepbx/ . Follow the installer's instructions. | + | 7. Browse to http://yourserver/your/web/directory/freepbx/ . Follow the installer's instructions. |
− | |||
==Catatan ISO== | ==Catatan ISO== |
Revision as of 11:17, 2 January 2010
Software pendukung yang dibutuhkan
- PHP >= 5.2.3
- Apache 2.x (w/ mod_rewrite enabled)
- Instal FreeSwitch
Instal software pendukung
sudo apt-get install apache2 php5 php5-xcache php5-xmlrpc php5-mysql php5-gd php5-cli subversion sudo a2enmod php5
Download source code
http://mirror.freepbx.org/freepbx-2.6.0RC2.tar.gz
mkdir /var/www/freepbx svn co http://www.freepbx.org/v3/svn/trunk/ /var/www/freepbx/
Instalasi FreePBX
Ubah permission FreeSWITCH
chgrp -R www-data /usr/local/src/freeswitch-1.0.5pre9/conf/* chmod -R g+w /usr/local/src/freeswitch-1.0.5pre9/conf/*
Ubah permission Web FreePBX
chmod 777 /var/www/freepbx/logs/ chmod 777 /var/www/freepbx/cache/ chgrp -R www-data /var/www/freepbx/config/* chmod -R g+w /var/www/freepbx/config/*
5. Ensure you have the latest PHP DOMDocument support. Note that PHP 5 has a new DOMDocument that depcreates the PHP 4 version. Unfortunately, they are named the same thing, which is confusing. You MUST have the PHP 5 version of DOMXML/DOMDocument to use FreePBX. FreePBX relies extensively on XML functionality for reading/writing XML configuration files.
WINDOWS USERS: Ensure your php.ini file DOES NOT include the line "extension=php_domxml.dll"! This line must be removed or commented out, otherwise, you are using the OLD DOMXML classes.
LINUX USERS: Ensure you have the latest php-domxml libraries. For Fedora/CentOS/RedHat users, just do "yum install php-xml".
6. Ensure you have PDO support installed/enabled for the database you are planning to use. For Fedora/CentOS/RedHat users, just do "yum install php-pdo" and your driver will likely be present.
7. Browse to http://yourserver/your/web/directory/freepbx/ . Follow the installer's instructions.
Catatan ISO
Bagi anda yang tidak mau pusing kepala menginstalasi FreePBX ada baiknya melirik file ISO
http://mirror.freepbx.org/FreePBX-3.0-0.0.2-i386.iso