summaryrefslogtreecommitdiffstats
path: root/packaging/installer/README.md
diff options
context:
space:
mode:
authorPaul Emm. Katsoulakis <34388743+paulkatsoulakis@users.noreply.github.com>2019-09-18 13:30:14 +0300
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-09-18 12:30:14 +0200
commitd09c142dc85eee81f2bb6e929bf12cdc4d8f6b9e (patch)
treec18469c3b6e21e8a5322c78543a512f480babff1 /packaging/installer/README.md
parentd94b61bbd35383bda6f304a5e6cd6d0e0d624d70 (diff)
Update docs for offline install (#6884)
* [Package amd64 DEB][Build latest] Package build process trigger * [Package i386 DEB][Build latest] Package build process trigger * [Package amd64 RPM][Build latest] Package build process trigger * [Package i386 RPM][Build latest] Package build process trigger * netdata/packaging/docs: fix documentation to more clearely define instructions for static64 install * netdata/packaging/docs: format
Diffstat (limited to 'packaging/installer/README.md')
-rw-r--r--packaging/installer/README.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/packaging/installer/README.md b/packaging/installer/README.md
index 7777d3a7ca..42240c2f88 100644
--- a/packaging/installer/README.md
+++ b/packaging/installer/README.md
@@ -527,14 +527,11 @@ page](https://github.com/netdata/netdata/releases/latest) and [latest go.d
plugin release page](https://github.com/netdata/go.d.plugin/releases) to
download the required files manually.
+#### kickstart.sh
```bash
cd /tmp
-# Since you won't be having an active internet connection on the destination, you will need to manually get the kickstart script itself
-# Download kickstart.sh or kickstart-static64.sh, depending the installation you have chosen to run
curl -s https://my-netdata.io/kickstart.sh > kickstart.sh
-or
-curl -s https://my-netdata.io/kickstart-static64.sh > kickstart-static64.sh
# Netdata tarball
curl -s https://api.github.com/repos/netdata/netdata/releases/latest | grep "browser_download_url.*tar.gz" | cut -d '"' -f 4 | wget -qi -
@@ -553,7 +550,20 @@ export OS=$(uname -s | tr '[:upper:]' '[:lower:]') ARCH=$(uname -m | sed -e 's/i
curl -s https://api.github.com/repos/netdata/go.d.plugin/releases/latest | grep "browser_download_url.*config.tar.gz" | cut -d '"' -f 4 | wget -qi -
```
-Move these files to the `/tmp` directory on the offline system in whichever way
+#### kickstart-static64.sh
+```bash
+cd /tmp
+
+curl -s https://my-netdata.io/kickstart-static64.sh > kickstart-static64.sh
+
+# Netdata static64 tarball
+curl -s https://api.github.com/repos/netdata/netdata/releases/latest | grep "browser_download_url.*gz.run" | cut -d '"' -f 4 | wget -qi -
+
+# Netdata checksums
+curl -s https://api.github.com/repos/netdata/netdata/releases/latest | grep "browser_download_url.*txt" | cut -d '"' -f 4 | wget -qi -
+```
+
+Move downloaded files to the `/tmp` directory on the offline system in whichever way
your defined policy allows (if any).
Now you can run either the `kickstart.sh` or `kickstart-static64.sh` scripts
@@ -571,7 +581,7 @@ the location and names of the files you just downloaded.
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
# kickstart-static64.sh
-bash kickstart-static64.sh --local-files /tmp/netdata.tar.gz /tmp/checksums.txt
+bash kickstart-static64.sh --local-files /tmp/netdata-version-number-here.gz.run /tmp/sha256sums.txt
```
Now that you're finished with your offline installation, you can move on to our