Prechádzať zdrojové kódy

Update editors (#238)

* Update editors.rst

* Update editors.rst

* Update upgrade.rst
Alex 8 mesiacov pred
rodič
commit
7d4d00e5cf
2 zmenil súbory, kde vykonal 23 pridanie a 3 odobranie
  1. 21 1
      source/advanced/editors.rst
  2. 2 2
      source/advanced/upgrade.rst

+ 21 - 1
source/advanced/editors.rst

@@ -4,6 +4,26 @@ Editors
 
 File editor for PHP, XML, and Provisioning files.
 
+Install
+--------
+
+::
+
+ 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
+
+- Run Advanced > Upgrade > Menu Defaults
+- Run Advanced > Upgrade > Permission Defaults
+- Log out and then Log back in
+
+Upgrade
+--------
+
+::
+
+ cd /var/www/fusionpbx/app/edit
+ git pull
 
 PHP Editor
 -----------
@@ -44,4 +64,4 @@ XML Editor
 
 
 
-.. _Editors Default Settings: /en/latest/advanced/default_settings.html#id10
+.. _Editors Default Settings: /en/latest/advanced/default_settings.html#id9

+ 2 - 2
source/advanced/upgrade.rst

@@ -33,9 +33,9 @@ Go to the menu then click on Advanced and then Upgrade. This tool allows you to
 
 ::
 
- * cd /var/www/fusionpbx 
+ cd /var/www/fusionpbx 
  git pull
- chown -R www-data:www-data *
+ chown -R www-data:www-data
 
 
 | **Back to the GUI**