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

fixed server starting in venv, and not system-wide #114

Closed Kortho closed 5 years ago

Kortho commented 5 years ago

server.py was started with system-wide python env. source makes it run in venv

mokaddem commented 5 years ago

I'm not sure this is the correct way to do it. IMHO, you should be in an virtualenv before starting start_all.sh

Kortho commented 5 years ago

sort of agree, but if so, it should be "python3 ${DIR}/server.py &" And all the stuff with venv could just be removed. By doing it this way, the code works, and the user does not have to worry about it at all (make it easier to be more secure for the user)