Are there any other way to do this? like using xampp or npm On Wed, Aug 21, 2024 at 2:07 AM Hannes Laimer wrote: > On Wed Aug 21, 2024 at 8:32 AM CEST, Turkijan wrote: > > are there any way to run and build just ui part from PBS source? > > I mean Extjs project in www folder. > > Anyone let me know. > > Regards > > Hey, > > if you want to deploy it on the same system where the code is then > ``` > cd www > make install > ``` > should work. If you want to install it on a different system just build > the `.deb` file with `make deb`, the alternative is very likely not > worth the effort. > > Best regards > Hannes > > > _______________________________________________ > pbs-devel mailing list > pbs-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel > >