From 3dbd1ebb1149fb1b29278c065f269d82f1ffe201 Mon Sep 17 00:00:00 2001 From: Niels Horn Date: Sat, 16 Oct 2010 21:37:04 -0500 Subject: network/base: Added (web front-end for Snort) Signed-off-by: Robby Workman --- network/base/README.SLACKWARE | 48 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 network/base/README.SLACKWARE (limited to 'network/base/README.SLACKWARE') diff --git a/network/base/README.SLACKWARE b/network/base/README.SLACKWARE new file mode 100644 index 0000000000..08d5dc0929 --- /dev/null +++ b/network/base/README.SLACKWARE @@ -0,0 +1,48 @@ +README.SLACKWARE +================ + + +0) Before installing BASE +------------------------- + +0.1 Necessary packages + +BASE requires a running installation of Snort, saving events to a database, +either directly or through Barnyard{,2}, and adodb. + +I tested this with: + - snort-2.8.6.1 + - barnyard2-1.8 + - adodb-5.11 + +Snort (with our without Barnyard) should be working fine, saving alerts to +your database before attempting to install or configure BASE. + +0.2 Necessary PHP modules + +For the graphics to work, you will need to get some modules from the PEAR +library. + +You can download & install them with a few simple commands, presuming you +have a working internet connection. If you do not have internet access on +the system where you are setting up BASE, check the pear instructions on how +to download the packages and install them on a separate box. + + # pear install Image_Color-1.0.4 + # pear install Image_Canvas-0.3.2 + # pear install Image_Graph-0.7.2 + + +1) Configuring BASE +------------------- + +After installing the BASE package, point your webbrowser to: + + http:///base + +and follow the five steps to configure BASE. +The last step is to copy the created configuration settings from your browser +and save it as: + + /var/www/htdocs/base/base_conf.php + -- cgit v1.2.3