Comment on page
Dashboard Server Configuration
- 1.Ensure Avo Assure Database (AvoAssureDB service) is running.
- 2.Ensure Cache Database is up and running.
If JIRA data is required to be imported into Dashboard as part of Dashboard widgets, then perform the following steps.
- 1.Navigate to Dashboard Folder.
- 2.Open .env file.
- 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.
- 1.Open an elevated command prompt in the Dashboard folder.
- 2.Type “run.bat” and hit enter.

Starting Dashboard server
- 1.Close the command prompt window in which the Dashboard Server is running.
- 1.Open an elevated command prompt in the Dashboard folder.
- 2.Type install-service.bat and hit enter.

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

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

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

Removing Dashboard Server service
- 1.Open an elevated command prompt in the Dashboard folder.
- 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.
Last modified 7mo ago