msc at freeswitch.org Guest
|
Posted: Wed Aug 26, 2009 12:57 pm Post subject: [Freeswitch-users] HOW-TO: being on "trunk" of Fre |
|
|
On Wed, Aug 26, 2009 at 6:08 AM, Giovanni Maruzzelli <gmaruzz@celliax.org (gmaruzz@celliax.org)> wrote:
Quote: | Instructions for being on "trunk" of FreePBX, starting from the ISO
(cut and paste to the ssh console after ISO install):
/etc/init.d/httpd stop
cd /var/www/html
mv freepbx freepbx-originale
svn co http://www.freepbx.org/v3/svn/trunk/ freepbx
chown -R apache.apache freepbx
ln -s freepbx freepbx-v3
cd freepbx-v3/
ln -s freepbx freepbx-v3
/etc/init.d/httpd start
then browse to:
http://192.168.0.12/freepbx-v3/index.php/installer
it will work! |
Giovanni, you're such a swell guy!
-MC |
|