MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
192 stars 66 forks source link

CentOS Support? #127

Closed adastra247 closed 4 years ago

adastra247 commented 4 years ago

[root@ misp-dashboard-master]# cat /etc/os-release NAME="CentOS Linux" VERSION="7 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="7" PRETTY_NAME="CentOS Linux 7 (Core)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:7" HOME_URL="https://www.centos.org/" BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7" CENTOS_MANTISBT_PROJECT_VERSION="7" REDHAT_SUPPORT_PRODUCT="centos" REDHAT_SUPPORT_PRODUCT_VERSION="7"

[root@ misp-dashboard-master]# ./install_dependencies.sh useradd: group 'www-data' does not exist www-data ALL=(zmqs) NOPASSWD:/bin/bash /var/www/misp-dashboard/start_zmq.sh sudo: apt-get: command not found ./install_dependencies.sh: line 42: virtualenv: command not found Something went wrong with either the update or install of the virtualenv. Please investigate manually.

mokaddem commented 4 years ago

Hi @adastra22, install_dependencies.sh takes into account RHEL. Since you are using CentOS, could adapt the script so that it also support your OS? It would greatly benefit the community and would help the project at the same time. So, do not hesitate to create a Pull Request! Cheers