]> git.proxmox.com Git - pve-manager-legacy.git/commit
Add extra /manager5 url route to serve local javascript files
authorEmmanuel Kasper <e.kasper@proxmox.com>
Tue, 14 Apr 2015 11:28:19 +0000 (13:28 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 15 Apr 2015 05:37:40 +0000 (07:37 +0200)
commit4fe2de1beee64bf1f68c99600d7d285df3bae776
treef69e938c8addc319e5e936e9e59692490b10b021
parent3d76c342b05f27237c7a88dece474c8a0360f76c
Add extra /manager5 url route to serve local javascript files

Provided you symlink the manager5 directory to your git repository,
this will allow to test javascript changes by simply reloading
the page, without calling "make install" in between.
For instance, if you have your pve-manager code in $HOME/pve/pve-manager,
you can do

ln -s $HOME/pve/pve-manager/www/manager5 /usr/share/pve-manager/manager5

and you can serve javascript files directly from your copy of the source repo

curl -k -s -o /dev/null -w "%{http_code}" https://localhost:8006/pve2/manager5/Utils.js && printf "\n"
200

Not that at the momment this is only meant for Ext 5 development

Signed-off-by: Emmanuel Kasper <e.kasper@proxmox.com>
bin/pveproxy