mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 18:08:53 +00:00
commit
4ef32fc343
33
README.md
33
README.md
@ -15,7 +15,7 @@ RHEL 7.0 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildR
|
||||
CentOS 6.5 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildCentOS6Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildCentOS6Package/) | | **Downloads:** | https://osquery.io/downloads
|
||||
CentOS 7.0 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildCentOS7Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildCentOS7Package/) | | **Tables:** | https://osquery.io/tables
|
||||
Ubuntu 12.04 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu12Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu12Package/) | | **Guide:** | https://osquery.readthedocs.org
|
||||
Ubuntu 14.04 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu14Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu14Package/) | | **Homebrew:** | `brew install osquery`
|
||||
Ubuntu 14.04 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu14Package/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildUbuntu14Package/) | | |
|
||||
OS X 10.10 | [![Build Status](https://jenkins.osquery.io/job/osqueryMasterBuildOSXPackage/badge/icon)](https://jenkins.osquery.io/job/osqueryMasterBuildOSXPackage/) | | |
|
||||
|
||||
#### What is osquery?
|
||||
@ -77,36 +77,7 @@ These queries can be:
|
||||
|
||||
#### Downloads / Install
|
||||
|
||||
For latest stable and nightly builds for OS X and Linux (deb/rpm), as well as yum and apt repository information visit [https://osquery.io/downloads](https://osquery.io/downloads/).
|
||||
|
||||
##### FreeBSD
|
||||
|
||||
The easiest way to install osquery on FreeBSD is via the ports tree. Check [FreshPorts](http://www.freshports.org/sysutils/osquery) for the latest version information.
|
||||
|
||||
```bash
|
||||
# from ports
|
||||
cd /usr/ports/sysutils/osquery && make install clean
|
||||
|
||||
# from binary package
|
||||
pkg install osquery
|
||||
|
||||
# using portmaster
|
||||
portmaster sysutils/osquery
|
||||
```
|
||||
|
||||
##### OS X (Homebrew)
|
||||
|
||||
The easiest way to install osquery on OS X is via Homebrew. Check the [Homebrew](http://brew.sh/) homepage for installation instructions.
|
||||
|
||||
```bash
|
||||
# if you've never installed osquery
|
||||
brew update
|
||||
brew install osquery
|
||||
|
||||
# don't forget to update osquery!
|
||||
brew update
|
||||
brew upgrade osquery
|
||||
```
|
||||
For latest stable and nightly builds for OS X and Linux (deb/rpm), as well as yum and apt repository information visit [https://osquery.io/downloads](https://osquery.io/downloads/). For installation information for FreeBSD, which is supported by the osquery community, see the [wiki](https://osquery.readthedocs.org/en/latest/installation/install-freebsd/).
|
||||
|
||||
##### Building from source
|
||||
|
||||
|
14
docs/wiki/installation/install-freebsd.md
Normal file
14
docs/wiki/installation/install-freebsd.md
Normal file
@ -0,0 +1,14 @@
|
||||
## FreeBSD
|
||||
|
||||
The easiest way to install osquery on FreeBSD is via the ports tree. Check [FreshPorts](http://www.freshports.org/sysutils/osquery) for the latest version information.
|
||||
|
||||
```bash
|
||||
# from ports
|
||||
cd /usr/ports/sysutils/osquery && make install clean
|
||||
|
||||
# from binary package
|
||||
pkg install osquery
|
||||
|
||||
# using portmaster
|
||||
portmaster sysutils/osquery
|
||||
```
|
@ -12,6 +12,7 @@ pages:
|
||||
- Installation:
|
||||
- Install on OS X: installation/install-osx.md
|
||||
- Install on Linux: installation/install-linux.md
|
||||
- Install on FreeBSD: installation/install-freebsd.md
|
||||
- Command Line Flags: installation/cli-flags.md
|
||||
- 'Optional: Custom Packages': installation/custom-packages.md
|
||||
- Deployment:
|
||||
|
Loading…
Reference in New Issue
Block a user