command.rst 672 B

12345678910111213141516171819202122232425262728293031323334
  1. ##########
  2. Command
  3. ##########
  4. Provides a conventient way to execute system, PHP, switch and SQL commands.
  5. .. image:: ../_static/images/fusionpbx_command.jpg
  6. :scale: 85%
  7. * Click the **drop down box** on the right to choose from **Switch**, **PHP**, Shell and SQL to execute commands.
  8. Install
  9. --------
  10. ::
  11. cd /var/www/fusionpbx/app
  12. git clone https://github.com/fusionpbx/fusionpbx-app-command.git command
  13. chown -R www-data:www-data /var/www/fusionpbx/app/command
  14. - Run Advanced > Upgrade > Menu Defaults
  15. - Run Advanced > Upgrade > Permission Defaults
  16. - Log out and then Log back in
  17. Upgrade
  18. --------
  19. ::
  20. - cd /var/www/fusionpbx/app/command
  21. - git pull