Control panel build and deploy

Hello,

I downloaded Control panel source code from:

Then I opened ASC.ControlPanel.njsproj in Visual Studio 2022 Professional.

My question is how can I build this project so it can be deployed on a server?
I see no build script in packages.json

Could you please provide instructions how this can be achieved?

One more question regarding Control Panel.
I downloaded and installed Onlyoffice WinServer version from:

The installation created “Onlyoffice ApiSystem” website under IIS.
I believe Control Panel uses this website.
Have you made the source code for this website available somewhere, so I can downloaded it, build and deploy myself?

Thanks.

Lukas

Hello @enzelec
We are checking the situation. I will update this thread as soon as possible.

Hello @enzelec
We didn’t test Control Panel compiling, so I’m not sure that I can help you with this matter. However, probably posting an issue on the GitHub might be a good idea in case if someone of community tried to do it.
As for “Onlyoffice ApiSystem” website under IIS, this site is used in case of Multitenancy (Deploying multiple portals using the Multitenancy feature - ONLYOFFICE). The necessary service is related to Community server and we don’t have ready-to-go guides to build it by yourself. However, these codes probably might help you in your research: Code search results · GitHub

thank you for reply

1 Like