@cryptotaxi247 / netdata-1 / commits / ccf1c7406

Update the manual install documentation with better info. (#8088)

* Use correct URI for install-required-packages.sh It got moved into the main repo a while back, but this part of the docs never got updated. * Add info about prep for manual install on CentOS 6.

Austin S. Hemmelgarn committed Feb 21, 2020 at 11:35 UTC ccf1c740615c2b2b037e3393fa588cd14dcde6fd
1 file changed +15 -2
packaging/installer/methods/manual.md
+15 -2
@@ -41,13 +41,13 @@ should be installed on your system to build and run Netdata. It supports most ma
41 Install the packages for having a **basic Netdata installation** (system monitoring and many applications, without `mysql` / `mariadb`, `postgres`, `named`, hardware sensors and `SNMP`):
42
43 ```sh
44 -curl -Ss 'https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh' >/tmp/install-required-packages.sh && bash /tmp/install-required-packages.sh -i netdata
44 +curl -Ss 'https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh' >/tmp/install-required-packages.sh && bash /tmp/install-required-packages.sh -i netdata
45 ```
46
47 Install all the required packages for **monitoring everything Netdata can monitor**:
48
49 ```sh
50 -curl -Ss 'https://raw.githubusercontent.com/netdata/netdata-demo-site/master/install-required-packages.sh' >/tmp/install-required-packages.sh && bash /tmp/install-required-packages.sh -i netdata-all
50 +curl -Ss 'https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/install-required-packages.sh' >/tmp/install-required-packages.sh && bash /tmp/install-required-packages.sh -i netdata-all
51 ```
52
53 If the above do not work for you, please [open a github
@@ -115,6 +115,19 @@ Netdata DB engine can be enabled when these are installed (they are optional):
115
116 *Netdata will greatly benefit if you have the above packages installed, but it will still work without them.*
117
118 +### CentOS / RHEL 6.x
119 +
120 +On CentOS / RHEL 6.x, many of the dependencies for Netdata are only
121 +available with versions older than what we need, so special setup is
122 +required if manually installing packages.
123 +
124 +CentOS 6.x:
125 +
126 +- Enable the EPEL repo
127 +- Enable the additional repo from [okay.network](https://okay.network/blog-news/rpm-repositories-for-centos-6-and-7.html)
128 +
129 +And install the minimum required dependencies.
130 +
131 ### CentOS / RHEL 8.x
132
133 For CentOS / RHEL 8.x a lot of development packages have moved out into their