Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prichards-wmko authored Dec 14, 2024
1 parent 2ef0e1c commit 7901b55
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@ apt install ubuntu-desktop
systemctl disable systemd-networkd.service
# Grafana
sudo apt-get install -y adduser libfontconfig1 musl
wget https://dl.grafana.com/enterprise/release/grafana-enterprise_11.4.0_arm64.deb
sudo dpkg -i grafana-enterprise_11.4.0_arm64.deb
wget https://dl.grafana.com/oss/release/grafana_11.4.0_arm64.deb
sudo dpkg -i grafana_11.4.0_arm64.deb
apt install -y adduser libfontconfig1 musl
wget https://dl.grafana.com/enterprise/release/grafana-enterprise_11.4.0_amd64.deb
dpkg -i grafana-enterprise_11.4.0_amd64.deb
systemctl daemon-reload
systemctl enable grafana-server
Expand All @@ -29,9 +25,8 @@ chown -R grafana /usr/share/grafana
# ----------
# Install Go
#wget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz
wget https://go.dev/dl/go1.23.4.linux-arm64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.4.linux-arm64.tar.gz
wget https://go.dev/dl/go1.23.4.linux-amd64.tar.gz
rm -rf /usr/local/go && tar -C /usr/local -xzf go1.23.4.linux-amd64.tar.gz
# Add to /etc/profile
export PATH=$PATH:/usr/local/go/bin
Expand Down Expand Up @@ -79,7 +74,6 @@ npm run dev
go get github.com/lib/pq
mage -v build:linux
# mage -v build:linuxARM64
# Modify Grafana to see plugin
vi /etc/grafana/grafana.ini
Expand Down

0 comments on commit 7901b55

Please sign in to comment.