From cc3d8a5bd3c1d6c3beb818db60c81b9fd701046f Mon Sep 17 00:00:00 2001 From: William Stearns Date: Tue, 20 Aug 2024 11:24:17 -0400 Subject: [PATCH 1/2] Update readme to show one-line installer as well. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 120c305..6711259 100644 --- a/README.md +++ b/README.md @@ -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. From 0ae3cda793164062e90b28ed09e554678365c01b Mon Sep 17 00:00:00 2001 From: William Stearns Date: Tue, 20 Aug 2024 14:37:54 -0400 Subject: [PATCH 2/2] Also remove zeek install instructions as zeek is included now. --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 6711259..5b90d14 100644 --- a/README.md +++ b/README.md @@ -59,17 +59,6 @@ The framework ingests [Zeek Logs](https://www.zeek.org/) in TSV or JSON format, -## 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: ```