[pve-devel] [PATCH pve-manager] Readme.md: add pveproxy restart as neeed step for testing ExtJS6 GUI

Emmanuel Kasper e.kasper at proxmox.com
Thu Mar 31 10:28:09 CEST 2016


---
 www/manager6/Readme.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/www/manager6/Readme.md b/www/manager6/Readme.md
index 81c3b26..e59c6aa 100644
--- a/www/manager6/Readme.md
+++ b/www/manager6/Readme.md
@@ -11,6 +11,10 @@ symlink the ext6 dir in pve-manager to the manager5 directory
     cd /usr/share/pve-manager
     ln -s PATH_TO_YOUR_GIT_REPO/www/manager6
 
+restart pveproxy
+
+    systemctl pveproxy restart
+
 access the PVE proxy with ExtJS 6
 
     https://localhost:8006/?ext6=1
@@ -18,4 +22,4 @@ access the PVE proxy with ExtJS 6
 
 With the extra parameter **ext6=1**, pve-proxy will call the function **PVE::ExtJSIndex6::get_index()**
 which returns a HTML page, with all javascript symlinked from your git repository.
-Provided you included the javascript files in **PVE/ExtJSIndex5.pm**, after editing a file in the git repository, a simple refresh is enough to see your changes in the browser.
+Provided you included the javascript files in **PVE/ExtJSIndex6.pm**, after editing a file in the git repository, a simple refresh is enough to see your changes in the browser.
-- 
2.1.4





More information about the pve-devel mailing list