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 readme to show one-line installer as well. #26

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ The framework ingests [Zeek Logs](https://www.zeek.org/) in TSV or JSON format,

## Quick Start
Please see our recommended [System Requirements](docs/System%20Requirements.md).
1. Log into the system on which you want rita and zeek as a non-root user and run:
```
curl -fsSL https://github.com/activecm/rita/releases/latest/download/install-rita-zeek-here.sh | sudo bash -
```


## To allow remote installs
Please see our recommended [System Requirements](docs/System%20Requirements.md).

1. Download the [RITA Installer](https://github.com/activecm/rita/releases) for the desired version.

Expand Down Expand Up @@ -51,17 +59,6 @@ The framework ingests [Zeek Logs](https://www.zeek.org/) in TSV or JSON format,
<!-- TODO: eventually add support -->
<!-- | MacOS | `Sonoma` | `intel\|arm` | ✅ | -->

## Installing Zeek
If you do not already have Zeek installed, it can be installed from [docker-zeek](https://github.com/activecm/docker-zeek).

```
sudo wget -O /usr/local/bin/zeek https://raw.githubusercontent.com/activecm/docker-zeek/master/zeek

sudo chmod +x /usr/local/bin/zeek

zeek start
```

## Importing
Import data into RITA using the `import` command:
```
Expand Down