Improved offline installation instructions (#8680)
0. Amend an incorrect command in the document, also correct the link to _install-required-packages.sh_ script. 1. Make the parts of the example command that need to be filled by the user be clearly separated from other parts.
IceCodeNew committed
Apr 21, 2020 at 07:34 UTC
021dd8518709f4c04a79014979f7b6469b4dd9f7
1 file changed
+3
-3
packaging/installer/methods/offline.md
+3
-3
@@ -34,7 +34,7 @@ curl -s https://api.github.com/repos/netdata/netdata/releases/latest | grep "bro
34
curl -s https://api.github.com/repos/netdata/netdata/releases/latest | grep "browser_download_url.*txt" | cut -d '"' -f 4 | wget -qi -
35
36
# Netdata dependency handling script
37
-curl -s https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh | wget -qi -
37
+wget -q - https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh
38
39
# go.d plugin
40
# For binaries for OS types and architectures not listed on [go.d releases](https://github.com/netdata/go.d.plugin/releases/latest), kindly open a github issue and we will do our best to serve your request
@@ -70,10 +70,10 @@ option requires you to specify the location and names of the files you just down
70
71
```bash
72
# kickstart.sh
73
-bash kickstart.sh --local-files /tmp/netdata-version-number-here.tar.gz /tmp/sha256sums.txt /tmp/go.d-binary-filename.tar.gz /tmp/config.tar.gz /tmp/install-required-packages.sh
73
+bash kickstart.sh --local-files /tmp/netdata-(version-number-here).tar.gz /tmp/sha256sums.txt /tmp/go.d.plugin-(version-number-here).(OS)-(architecture).tar.gz /tmp/config.tar.gz /tmp/install-required-packages.sh
74
75
# kickstart-static64.sh
76
-bash kickstart-static64.sh --local-files /tmp/netdata-version-number-here.gz.run /tmp/sha256sums.txt
76
+bash kickstart-static64.sh --local-files /tmp/netdata-(version-number-here).gz.run /tmp/sha256sums.txt
77
```
78
79
Now that Netdata is installed, be sure to visit our [getting started guide](../../../docs/getting-started.md) for a