<div dir="ltr">Are there any other way to do this? like using xampp or npm</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Aug 21, 2024 at 2:07 AM Hannes Laimer <<a href="mailto:h.laimer@proxmox.com">h.laimer@proxmox.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wed Aug 21, 2024 at 8:32 AM CEST, Turkijan wrote:<br>
> are there any way to run and build just ui part from PBS source?<br>
> I mean Extjs project in www folder.<br>
> Anyone let me know.<br>
> Regards<br>
<br>
Hey,<br>
<br>
if you want to deploy it on the same system where the code is then<br>
```<br>
cd www<br>
make install<br>
```<br>
should work. If you want to install it on a different system just build<br>
the `.deb` file with `make deb`, the alternative is very likely not<br>
worth the effort.<br>
<br>
Best regards<br>
Hannes<br>
<br>
<br>
_______________________________________________<br>
pbs-devel mailing list<br>
<a href="mailto:pbs-devel@lists.proxmox.com" target="_blank">pbs-devel@lists.proxmox.com</a><br>
<a href="https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel" rel="noreferrer" target="_blank">https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel</a><br>
<br>
</blockquote></div>