-
Notifications
You must be signed in to change notification settings - Fork 50
Installation
Robbie Corley edited this page Oct 7, 2016
·
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
- Clone the repo! git clone https://github.com/musicmancorley/BriarIDS.git
- Next, ssh into your PI: ssh pi@your_pi_ip -X
- the -X means X-forwarding which will forward the GUI to your computer used to access your PI.
- Needs to be run as root user or using sudo
- type:
sudo cp ../.Xauthority /root/
sudo python BriarIDS.py - The rest should be fairly straight forward