Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation on Centos7 #39

Open
nvmike opened this issue Nov 12, 2018 · 3 comments
Open

Installation on Centos7 #39

nvmike opened this issue Nov 12, 2018 · 3 comments

Comments

@nvmike
Copy link

nvmike commented Nov 12, 2018

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
Copy link

keyboardfann commented Dec 14, 2018

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
Copy link
Author

nvmike commented Dec 14, 2018

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

@a-gubanov
Copy link

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants