7.12 Deployment customizations

25 сентября 2025 г.

10:18

  1. Stop debugging.

Terminate batch jobs: In every open terminal press Ctrl+C, reply Y to question Terminate batch job (Y/N)?

  1. In terminal window run command:

npm run build:app qer-app-portal ( npm run build:lib qer)

The result will appear in the \imxweb\dist folder

  1. Open folder \imxweb\dist\qer-app-portal.

Delete folder \html ???

Using 7-Zip, zip content of the folder and give it a name “Html_qer-app-portal.zip”

  1. Move zip file to the folder C:\inetpub\wwwroot\ApiServer\bin\imxweb\custom

Original file can remain in the C:\inetpub\wwwroot\ApiServer\bin\imxweb folder

  1. Run iisreset

From \<https://www.oneidentity.com/community/identity-manager/f/forum/36900/how-can-i-deploy-the-modified-qem-in-the-production-environment-web-customization>


Компиляция для теста

npm run build:watch qer

Запуск дебага (теста)

npm run start qer-app-portal

Компиляция для прода

npm run build:lib qer

npm run build:app qer-app-portal