Difference between revisions of "GIT"
From FusionPBX
(→Moving your server from SVN to GIT) |
(→If using SQLite) |
||
Line 15: | Line 15: | ||
==If using SQLite== | ==If using SQLite== | ||
This assumes that SQLite is in /var/www/fusionpbx/secure directory and its named fusionpbx.db | This assumes that SQLite is in /var/www/fusionpbx/secure directory and its named fusionpbx.db | ||
− | mv /var/www/fusionpbx-svn/secure/fusionpbx.db /var/www/fusionpbx | + | mv /var/www/fusionpbx-svn/secure/fusionpbx.db /var/www/fusionpbx/secure/ |
==Additional Notes== | ==Additional Notes== |
Revision as of 14:47, 6 July 2015
Contents
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
If using SQLite
This assumes that SQLite is in /var/www/fusionpbx/secure directory and its named fusionpbx.db
mv /var/www/fusionpbx-svn/secure/fusionpbx.db /var/www/fusionpbx/secure/
Additional Notes
- Check here for more info https://github.com/fusionpbx/fusionpbx
- Location to submit issues or view bug reports https://github.com/fusionpbx/fusionpbx/issues?q=is%3Aopen+is%3Aissue
- https://help.github.com/