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

Mention YUM repository (CentOS / RedHat 7) #216

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Expand Up @@ -38,6 +38,21 @@ option or the `-d` invocation flag are required.

## Installing

### Quick setup with YUM repository for CentOS 7

Using `yum` repository provides a convinient way to fetch the most recent version of `remote_syslog2`.
The repository in question automatically builds latest GitHub release of `remote_syslog2`, in no later than 24 hrs.

yum install https://extras.getpagespeed.com/release-el7-latest.rpm
yum install remote_syslog2
sudo systemctl start remote_syslog

Now edit `/etc/log_files.yml` with your host, port and relevant list of log files. After that start the service:

sudo systemctl start remote_syslog

### Precompiled binaries

Precompiled binaries for Mac (Darwin), Linux and Windows are available on the
[remote_syslog2 releases page][releases].

Expand Down