Skip to content

Commit

Permalink
Add Makefile for macOS/Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Apr 20, 2019
1 parent 88ece03 commit b629d56
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile.Homebrew
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# brew install grafana

grafana-start:
grafana-server --config=/usr/local/etc/grafana/grafana.ini --homepath /usr/local/share/grafana cfg:default.paths.logs=/usr/local/var/log/grafana cfg:default.paths.data=/usr/local/var/lib/grafana cfg:default.paths.plugins=/usr/local/var/lib/grafana/plugins

plugin-link:
ln -s `pwd` /usr/local/var/lib/grafana/plugins/

0 comments on commit b629d56

Please sign in to comment.