How to install a specific version of Grafana server
Installing a specific version
yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.6.0-1.x86_64.rpm
service grafana-server start
/sbin/chkconfig --add grafana-server
systemctl enable grafana-server.service
systemctl status grafana-server
yum install https://grafanarel.s3.amazonaws.com/builds/grafana-2.6.0-1.x86_64.rpm
service grafana-server start /sbin/chkconfig --add grafana-server systemctl enable grafana-server.service systemctl status grafana-server
Make sure to modify the config file according to your environment.
/etc/grafana/grafana.ini