Re-add link from install page to DEB/RPM package documentation. (#14631)
* Re-add docs link for native DEB/RPM packages. * Clean up trailing whitespace.
Austin S. Hemmelgarn committed
Feb 28, 2023 at 13:39 UTC
446f1b72aa4120bea4985ac89f1c9f3317459ebf
1 file changed
+19
-15
packaging/installer/README.md
+19
-15
@@ -23,21 +23,21 @@ To install Netdata in minutes on your platform:
23
2. You will be presented with an empty space, and a prompt to "Connect Nodes" with the install command for each platform
24
3. Select the platform you want to install Netdata to, copy and paste the script into your node's terminal, and run it
25
26
-Upon installation completing successfully, you should be able to see the node live in your Netdata Space and live charts
26
+Upon installation completing successfully, you should be able to see the node live in your Netdata Space and live charts
27
in the Overview tab. [Read more about the cloud features](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md).
28
29
-Where you go from here is based on your use case, immediate needs, and experience with monitoring and troubleshooting,
29
+Where you go from here is based on your use case, immediate needs, and experience with monitoring and troubleshooting,
30
but we have some hints on what you might want to do next.
31
32
### What's next?
33
34
-Explore our [general advanced installation options and troubleshooting](#advanced-installation-options-and-troubleshooting), specific options
34
+Explore our [general advanced installation options and troubleshooting](#advanced-installation-options-and-troubleshooting), specific options
35
for the [single line installer](#install-on-linux-with-one-line-installer), or [other installation methods](#other-installation-methods).
36
37
#### Agent user interface
38
39
To access the UI provided by the locally installed agent, open a browser and navigate to `http://NODE:19999`, replacing `NODE` with either `localhost` or
40
-the hostname/IP address of the remote node. You can also read more about
40
+the hostname/IP address of the remote node. You can also read more about
41
[the agent dashboard](https://github.com/netdata/netdata/blob/master/web/gui/README.md).
42
43
#### Configuration
@@ -56,7 +56,7 @@ or read about its requirements to configure your endpoint to publish metrics in
56
#### Alarms & notifications
57
58
Netdata comes with hundreds of preconfigured alarms, designed by our monitoring gurus in parallel with our open-source
59
-community, but you may want to [edit alarms](https://github.com/netdata/netdata/blob/master/health/REFERENCE.md) or
59
+community, but you may want to [edit alarms](https://github.com/netdata/netdata/blob/master/health/REFERENCE.md) or
60
[enable notifications](https://github.com/netdata/netdata/blob/master/docs/monitor/enable-notifications.md) to customize your Netdata experience.
61
62
#### Make your deployment production ready
@@ -64,10 +64,10 @@ community, but you may want to [edit alarms](https://github.com/netdata/netdata/
64
Go through our [deployment strategies](https://github.com/netdata/netdata/edit/master/docs/category-overview-pages/deployment-strategies.md),
65
for suggested configuration changes for production deployments.
66
67
-## Install on Linux with one-line installer
67
+## Install on Linux with one-line installer
68
69
The **recommended** way to install Netdata on a Linux node (physical, virtual, container, IoT) is our one-line
70
-[kickstart script](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/kickstart.md).
70
+[kickstart script](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/kickstart.md).
71
This script automatically installs dependencies and builds Netdata from its source code.
72
73
To install, copy the script, paste it into your node's terminal, and hit `Enter` to begin the installation process.
@@ -86,8 +86,8 @@ To install, copy the script, paste it into your node's terminal, and hit `Enter`
86
</Tabs>
87
88
:::note
89
-If you plan to also claim the node to Netdata Cloud,
90
-make sure to replace `YOUR_CLAIM_TOKEN` with the claim token of your space,
89
+If you plan to also claim the node to Netdata Cloud,
90
+make sure to replace `YOUR_CLAIM_TOKEN` with the claim token of your space,
91
and `YOUR_ROOM_ID` with the ID of the room you are willing to claim to.
92
You can leave the room id blank to have your node claimed to the default "All nodes" room.
93
:::
@@ -100,26 +100,30 @@ troubleshooting with Netdata.
100
<InstallRegexLink>
101
<InstallBoxRegexLink
102
to="[](https://github.com/netdata/netdata/blob/master/packaging/docker/README.md)"
103
- os="Run with Docker"
103
+ os="Run with Docker"
104
svg="docker" />
105
<InstallBoxRegexLink
106
to="[](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/kubernetes.md)"
107
- os="Deploy on Kubernetes"
107
+ os="Deploy on Kubernetes"
108
svg="kubernetes" />
109
<InstallBoxRegexLink
110
to="[](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/macos.md)"
111
- os="Install on macOS"
111
+ os="Install on macOS"
112
svg="macos" />
113
+ <InstallBoxRegexLink
114
+ to="[](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/packages.md)"
115
+ os="Native DEB/RPM packages"
116
+ svg="linux" />
117
<InstallBoxRegexLink
118
to="[](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/manual.md)"
115
- os="Linux from Git"
119
+ os="Linux from Git"
120
svg="linux" />
121
<InstallBoxRegexLink
122
to="[](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/source.md)"
123
os="Linux from source"
124
svg="linux" />
125
<InstallBoxRegexLink
122
- to="[](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/offline.md)"
126
+ to="[](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/offline.md)"
127
os="Linux for offline nodes"
128
svg="linux" />
129
</InstallRegexLink>
@@ -131,7 +135,7 @@ troubleshooting with Netdata.
135
- [Linux from source](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/source.md)
136
- [Linux for offline nodes](https://github.com/netdata/netdata/blob/master/packaging/installer/methods/offline.md)
137
134
-The full list of all installation methods for various systems is available in [Netdata Learn](https://learn.netdata.cloud),
138
+The full list of all installation methods for various systems is available in [Netdata Learn](https://learn.netdata.cloud),
139
under [Installation](https://github.com/netdata/netdata/blob/master/docs/category-overview-pages/installation-overview.md).
140
141
## Advanced installation options and troubleshooting