Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 1.12 KB

how-to-deploy.md

File metadata and controls

34 lines (18 loc) · 1.12 KB

How to deploy?

Step 1: Create GitHub Token

Create a fine-grained personal access token.

Step 2: Prepare Your Configuration File

Check How to prepare config file? for detail.

Step 3: Prepare MySQL

NOTE: Since the ROW_NUMBER() syntax is used in the Grafana template, your MySQL version must be higher than 8.0.

Create a schema named openalysis and use init.sql to init tables.

Step 4: Prepare Grafana

  1. Add OPENALYSIS MySQL Datasource

add-mysql-datasource

  1. Import template in template folder

import-dashboard-tmpl

Step 5: Start OPENALYSIS

Step 6: Visit Your Dashboard

Happy OPENALYSIS!