-
Notifications
You must be signed in to change notification settings - Fork 50
Installation
Robbie Corley edited this page Apr 30, 2017
·
35 revisions
The software dependencies will install automatically for you when running the install scripts via the GUI. I'd recommend doing an apt-get update and apt-get ugrade prior to running Briar so apt can grab all the latest packages
- First, ssh into your PI: ssh -X pi@your_pi_ip (the -X means X-forwarding which will forward the GUI to your computer used to access your PI.)
- Next, clone the repo! git clone https://github.com/musicmancorley/BriarIDS.git
- You should now be able to run using sudo: sudo python BriarIDS.py
- Now the menu should be visible.
- Once you start the suricata install, an install script can be followed by typing the following in a separate terminal: tail -f /usr/local/src/install_log.log