go 설치

go 1.6 삭제


sudo apt-get remove golang-go
sudo apt-get remove --auto-remove golang-go

git clone https://github.com/udhos/update-golang
cd update-golang
sudo ./update-golang.sh

https://gist.github.com/nikhita/432436d570b89cab172dcf2894465753

새로 설치 일경우

1. ubuntu 16.04 설치
2. go 1.9.2 설치

How To Install Go Lang on CentOS 8/7 & RHEL 8/7


3.git 설치
4. nodejs 설치
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04

5. grafana 설치
http://docs.grafana.org/project/building_from_source/

node 설치
https://github.com/creationix/nvm

싸스

./bin/grafana-server
npm run watch

Scroll to Top