rabobank-cdc / DeTTECT

Detect Tactics, Techniques & Combat Threats
GNU General Public License v3.0
2.04k stars 331 forks source link

Problems to connect to the home page #74

Closed kevigote closed 2 years ago

kevigote commented 2 years ago

I've follow the instruccions in the Installation and requirements in the wiki but i can't connect to localhost:8080.

I try to create a virtual enviroment in the docker but still no use.

SO: CentOS7

rubinatorz commented 2 years ago

hi @kevigote

Did you run the editor within the docker container?

python dettect.py e

kevigote commented 2 years ago

I run the command you gave me and it shows me that I can open the editor in localhost:8080 but still no use.

marcusbakker commented 2 years ago

Did you also execute the necessary port mappings as this page's instructions describe?

kevigote commented 2 years ago

Now it works! I tried with localhost:8080 but it didn't work, then I tried with the :8080 and it works fine. Thx for the help!