Avo Assure - Master User Guide v23.2.0
Search
K
Comment on page

Dashboard Server Configuration

Prerequisites

  1. 1.
    Ensure Avo Assure Database (AvoAssureDB service) is running.
  2. 2.
    Ensure Cache Database is up and running.

Setting up the Dashboard Server

If JIRA data is required to be imported into Dashboard as part of Dashboard widgets, then perform the following steps.
  1. 1.
    Navigate to Dashboard Folder.
  2. 2.
    Open .env file.
  3. 3.
    Enter JIRA_URL, JIRA_KEY, JIRA_USER
Setting Jira credentials in .env
4. Open an elevated command prompt in the Dashboard folder.
5. Type “import-JIRA.bat” and hit enter.
Importing JIRA data
6. Wait until the “completed jira import!” message is displayed.
7. Close the command prompt.

Starting the Dashboard Server

  1. 1.
    Open an elevated command prompt in the Dashboard folder.
  2. 2.
    Type “run.bat” and hit enter.
Starting Dashboard server

Stopping the Dashboard Server

  1. 1.
    Close the command prompt window in which the Dashboard Server is running.

Installing the Dashboard Server as a Windows Service

  1. 1.
    Open an elevated command prompt in the Dashboard folder.
  2. 2.
    Type install-service.bat and hit enter.
Installing Dashboard Server service

Starting the Dashboard Server as a Windows Service

  1. 1.
    Open an elevated command prompt in the Dashboard folder. Note: avoassureDashboard.exe service should be installed.
  2. 2.
    Type start-service.bat and hit enter.
Starting Dashboard Server service

Stopping the Windows Service

  1. 1.
    Open an elevated command prompt in the Dashboard folder. Note: avoassureDashboard.exe service should be running.
  2. 2.
    Type stop-service.bat and hit enter.
Stopping Dashboard Server service

Removing the Windows Service

  1. 1.
    Open an elevated command prompt in the Dashboard folder. Note: avoassureDashboard.exe service should be in the stopped state.
  2. 2.
    Type remove-service.bat and hit enter.
Removing Dashboard Server service

Restarting the Windows Service

  1. 1.
    Open an elevated command prompt in the Dashboard folder.
  2. 2.
    Run the following commands in sequential order i.e., only after the previous command has been completed:
    • Type stop-service.bat and hit enter.
    • Type remove-service.bat and hit enter.
    • Type install-service.bat and hit enter.
    • Type start-service.bat and hit enter.