]> git.proxmox.com Git - pve-manager.git/blob - www/manager5/Readme.md
update shipped appliance info index
[pve-manager.git] / www / manager5 / Readme.md
1 pveproxy with ExtJS 5 developpement mini howto
2 ==============================================
3
4 unpack the ExtJS 5 sources, and copy them to /usr/share/pve-manager/ext5
5
6 cd www/ext5/
7 make install
8
9 symlink the to our ext5 compatible javascript code
10
11 cd /usr/share/pve-manager
12 ln -s PATH_TO_YOUR_GIT_REPO/www/manager5
13
14 access the PVE proxy with ExtJS 5
15
16 https://localhost:8006/?ext5=1
17
18
19 With the extra parameter **ext5=1**, pve-proxy will call the function **PVE::ExtJSIndex5::get_index()**
20 which returns a HTML page, with all javascript files included.
21 Provided you included the javascript in **PVE/ExtJSIndex5.pm**, a simple browser refresh is then enough
22 to see your changes.