scVENUS / PeekabooAV-Installer

This repository provides scripts and configuration files to install, update and test a Peekaboo installation
GNU General Public License v3.0
7 stars 9 forks source link

Executable cuckoo is not installed to /usr/local/bin/cuckoo #29

Closed Clevero closed 5 years ago

Clevero commented 5 years ago

Currently setting up a new instance of peekaboo.

Going through the "Check the components" section and tried to execute su -c "cuckoo" peekaboo

But it seems that the executable cuckoo is not installed to /usr/local/bin/cuckoo and cuckoo could not be found. Executing bash su -c "/opt/cuckoo/bin/cuckoo" peekaboo is working though Is this intented? If so, I would update the documentation

michaelweiser commented 5 years ago

Hi @Clevero, thanks for reporting this.

Indeed this is due to the switch to virtualenvs and related to https://github.com/scVENUS/PeekabooAV/issues/55. I will update the documentation.

michaelweiser commented 5 years ago

This is done now. Closing.