โš™๏ธFronthand hosting

QaBunch team provides two folders, (QAautoMATER_UI) for frontend hosting and (QAautoMATER_Service) for backend hosting.

Extract the ZIP folder and save it on the D or C drive. For example, here both folders can be found under the D drive in the QAautoMATER_Solution folder

Recommendation: Please do not put spaces in folder names.

Fronthand Hosting (QAautoMATER_UI)

Step by Step guideline

  1. Navigate to the "QAautoMATER_UI" folder. Inside this folder, you will find a file named "qaautomater-cert." Replace or paste your certificate file (.pfx) into this folder, ensuring that the new certificate file carries the same name, "qaautomater-cert"

  1. Open new command promt and run

    npm install pm2 -g

3. Now run the command

     npm install --global serve

  1. Now, navigate to the 'QAautoMATER_UI' folder from the command line window.

  1. To start the front-end application, please run the following command:

  pm2 start QAautoMATER.sh

  1. Close your cmd window and to check if the fronthand service is up, access the following URL:

https://localhost:3000/

https://machineip:3000/

Last updated