Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 2b8ff3a

Browse files
author
Adrian Tomalla
committed
adding local development documentation
1 parent 11f5f1c commit 2b8ff3a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,22 @@ A data source backend plugin consists of both frontend and backend components.
5858
mage -l
5959
```
6060

61+
### Local Development
62+
63+
Set environment variables
64+
```
65+
PLUGIN_REPO = local path to cloned repo
66+
GIT_SSH_KEY = path to private git sshkey
67+
```
68+
69+
Build frontend and backend and start docker-compose
70+
71+
```
72+
docker-compose up
73+
```
74+
75+
Under datasources the Grafana Dashboard Plugin Sync should be available now
76+
6177
## Learn more
6278

6379
- [Build a data source backend plugin tutorial](https://grafana.com/tutorials/build-a-data-source-backend-plugin)

0 commit comments

Comments
 (0)