I noticed my "Provisioning Editor" option is missing under Advanced. How do I edit the templates now?
cd /var/www/fusionpbx/app
git clone https://github.com/fusionpbx/fusionpbx-app-edit.git edit
chown -R www-data:www-data /var/www/fusionpbx/app/edit
You can either add the editor app back to your fusion install, or use your favorite editor from a terminal, or download, edit, upload templates using your favorite method.
To re-add the editor, log into terminal then do following:
Once the files are there, run Advanced>Upgrade and select menu and permission defaults.Code:cd /var/www/fusionpbx/app git clone https://github.com/fusionpbx/fusionpbx-app-edit.git edit chown -R www-data:www-data /var/www/fusionpbx/app/edit
Not really since Mark now recommends alternative database managers. One alternative using dbeaver is documented in the members' documentation.Do you have an instruction set for adding adminer back in?
Not really since Mark now recommends alternative database managers. One alternative using dbeaver is documented in the members' documentation.
But if you REALLY want Adminer as it used to be, you can copy the files from older commit on github to the proper directory on your Fusionpbx server and it can work again.
You can either add the editor app back to your fusion install, or use your favorite editor from a terminal, or download, edit, upload templates using your favorite method.
To re-add the editor, log into terminal then do following:
Once the files are there, run Advanced>Upgrade and select menu and permission defaults.Code:cd /var/www/fusionpbx/app git clone https://github.com/fusionpbx/fusionpbx-app-edit.git edit chown -R www-data:www-data /var/www/fusionpbx/app/edit
No reason why they shouldn't work on any system, follow the instructions aboveDo these codes work on an Ubuntu system? And if I do the menu defaults does it change any of the settings on the phone or just the root tree menus in the pbx? Have a grandstream GXP template I want to modify but I have yet to figure out where the files are kept or how to edit them. This may be my ticket to getting somewhere.
root@pbx:~# vim /var/www/fusionpbx/resources/templates/provision/grandstream/
README.md gac2500/ grp2612w/ grp2616/ gxp110x/ gxp1450/ gxp20xx/ gxp2135/ gxp21xx/ gxv300x/ gxv3240/ gxv3504/ gxw410x/ ht701/ ht802/ wave/
dp715/ gds3705/ grp2613/ grp261x/ gxp116x/ gxp1450bk/ gxp2100/ gxp2140/ gxp21xxbk/ gxv3140/ gxv3275/ gxw4004/ gxw42xx/ ht702/ ht814/ wp810/
dp715.sm/ gds3710/ grp2614/ grp26xx/ gxp140x/ gxp16xx/ gxp2124/ gxp2160/ gxp2200/ gxv3175/ gxv3370/ gxw4008/ ht502/ ht704/ ht818/ wp820/
dp750/ grp2612/ grp2615/ gswave/ gxp140xbk/ gxp17xx/ gxp2130/ gxp2170/ gxp3240/ gxv3175v2/ gxv3380 gxw40xx/ ht503/ ht801/ htx86/
Good to know - thank you.I'd personally just get used to doing it the traditional way of editing the files on the server using vim or nano:
Code:root@pbx:~# vim /var/www/fusionpbx/resources/templates/provision/grandstream/ README.md gac2500/ grp2612w/ grp2616/ gxp110x/ gxp1450/ gxp20xx/ gxp2135/ gxp21xx/ gxv300x/ gxv3240/ gxv3504/ gxw410x/ ht701/ ht802/ wave/ dp715/ gds3705/ grp2613/ grp261x/ gxp116x/ gxp1450bk/ gxp2100/ gxp2140/ gxp21xxbk/ gxv3140/ gxv3275/ gxw4004/ gxw42xx/ ht702/ ht814/ wp810/ dp715.sm/ gds3710/ grp2614/ grp26xx/ gxp140x/ gxp16xx/ gxp2124/ gxp2160/ gxp2200/ gxv3175/ gxv3370/ gxw4008/ ht502/ ht704/ ht818/ wp820/ dp750/ grp2612/ grp2615/ gswave/ gxp140xbk/ gxp17xx/ gxp2130/ gxp2170/ gxp3240/ gxv3175v2/ gxv3380 gxw40xx/ ht503/ ht801/ htx86/