Scenario: Installing grafana as the owner of CentOS 7.4 host, but I do not have root, and want to avoid needing at all costs. We are trying to leverage Grafana, but want to manage it without needing to request help from our Unix SA’s every time we need to make a change. So we can’t use package managers and all that.
I am not seeing any instructions for installation if I just want to pull down the tarball and extract and build (i.e., not using go as directed in the README. We want to follow our vendor software model and install to a certain location, but go does not seem to allow for that.
I have some concerns though:
- Simply extracting the tarball seems to miss some steps that the Go method handles, such as the creation of the grafana user.
- After building with go, there are many more files and directories/subdirs than if we simply extract the tarball.
Can someone point me towards any docs that can help with this? I’m not seeing anything on this at:
http://docs.grafana.org/installation/