X Tutup
The Wayback Machine - https://web.archive.org/web/20221214161123/https://github.com/netdata/netdata/pull/14010
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update freebsd.md #14010

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update freebsd.md #14010

wants to merge 3 commits into from

Conversation

shyamvalsan
Copy link
Contributor

@shyamvalsan shyamvalsan commented Nov 17, 2022

Summary
Test Plan
Additional Information
For users: How does this change affect me?

@shyamvalsan shyamvalsan requested a review from DShreve2 as a code owner Nov 17, 2022
@github-actions github-actions bot added area/docs area/packaging Packaging and operating systems support labels Nov 17, 2022
Download Netdata:

```sh
fetch https://github.com/netdata/netdata/releases/download/v1.26.0/netdata-v1.26.0.tar.gz
fetch https://github.com/netdata/netdata/releases/download/v1.36.1/netdata-v1.36.1.tar.gz
Copy link
Member

@ilyam8 ilyam8 Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MrZammler

this is how to get the latest tag using curl

$ curl "https://github.com/netdata/netdata/releases/latest" -s -L -I -o /dev/null -w '%{url_effective}' | grep -m 1 -o '[^/]*$'
v1.36.1

Since you are a FreeBSD person, can you check if that is possible with fetch?

If yes, we can update the "Download Netdata" command so we don't need to change it after every release.


## Install Netdata

The recommended method is to use the single line [kickstart script](https://learn.netdata.cloud/docs/agent/packaging/installer/methods/kickstart)
Copy link
Member

@ilyam8 ilyam8 Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a contradiction

FreeBSD ports is recommended installation method according to Platform Support.

Copy link
Contributor Author

@shyamvalsan shyamvalsan Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilyam8 @MrZammler any reason we wouldn't recommend the kickstart? Appears to work fine in my testing.

Copy link
Member

@ilyam8 ilyam8 Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

@shyamvalsan shyamvalsan Nov 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess I could re-word this.

recommended --> easiest OR simplest

@thiagoftsm thiagoftsm requested review from ilyam8 and thiagoftsm Nov 17, 2022
Copy link
Contributor

@DShreve2 DShreve2 left a comment

We'll be soft-freezing docs on Sunday, just an FYI. If you merge before then, that should be fine. If you need to merge next week, just let me know directly, @shyamvalsan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs area/packaging Packaging and operating systems support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants
X Tutup