chrissanders / FlowBAT

Network Flow Basic Analysis Tool
GNU Affero General Public License v3.0
112 stars 26 forks source link

Installation on Centos7 #39

Open nvmike opened 6 years ago

nvmike commented 6 years ago

Hello I do try to install and make it work on Centos7 - It 's seem not working at all. The closest to work that I had was METEOR UI. Flowbat never come up.

keyboardfann commented 5 years ago

Hi @nvmike , Here is my test in centos7. It will start the WebUI, you can try it.

Run test env docker run -it -d --privileged -p 1800:1800 -v /sys/fs/cgroup:/sys/fs/cgroup centos:7 /usr/sbin/init install dependency yum install -y sudo sysvinit-tools net-tools iproute unzip gcc-c++ wget

Install silk

wget https://raw.githubusercontent.com/chrissanders/FlowBAT/master/support/install_flowbat_centos6.sh
chmod +x install_flowbat_centos6.sh
./install_flowbat_centos6.sh

Start FlowBAT

cd /root/FlowBAT
meteor npm install --save babel-runtime
meteor --port 1800 run --settings settings/dev.json "$@" --allow-superuser
nvmike commented 5 years ago

Thank you - it is working - now I will need to reinstall from scratch and try to have netflow work with Silk.

a-gubanov commented 5 years ago

Спасибо - это работает - теперь мне нужно будет переустановить с нуля и попытаться заставить netflow работать с Silk.

FlowBAT отлично работает на Centos 7.