Open nvmike opened 6 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
Thank you - it is working - now I will need to reinstall from scratch and try to have netflow work with Silk.
Спасибо - это работает - теперь мне нужно будет переустановить с нуля и попытаться заставить netflow работать с Silk.
FlowBAT отлично работает на Centos 7.
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.