GIT

From FusionPBX
Revision as of 14:37, 6 July 2015 by Mcrane (talk | contribs)
Jump to: navigation, search


Move config.php and config.lua

Save config.php to a safer location
Check if /etc/fusionpbx exists if it does not then create it
mkdir /etc/fusionpbx
mv /var/www/fusionpbx/resources/config.php /etc/fusionpbx
mv /usr/local/freeswitch/scripts/resources/config.lua /etc/fusionpbx

Moving your server from SVN to GIT

cd /var/www/
mv fusionpbx fusionpbx-svn
git clone https://github.com/fusionpbx/fusionpbx.git

Additional Notes