-
Notifications
You must be signed in to change notification settings - Fork 13
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
Questions & problems with first time setup. #50
Comments
Hi @Waffles-2, I would suggest you to tun 5 terminals:
The RabbitMQ is used as a queue messaging broker to send tasks to a backend, you should be doing anything with it apart from starting the service. The only setup that is required (that i forgot to put in the docs) is that you have to create a new admin user:
We created the messaging in the hopes that multiple backends would be deployed so when you can submit a scan from the front end you could pick one of the backends (BE) listed from the config file or 'any' which currently submits it to localhost. Nothing needs to be added to this part of the config file. Hope this helps, let me know if you are having issues. |
Hi @Dennisparchkov, Thanks for you fast reply! I have now set up RabbitMQ. And have all the scripts running. Like you said
So here is the error I am getting & also to note
Seems as if I run |
I guess you have to run |
You were correct. But now When I run the above command unbuffer is trying to run I get the following output:
I guess I must have missed something when installed/setting up docker. |
That was just a networking problem nevermind! I think I have it set up and working now. I will get back to you if it isn't! Thanks for your help @Dennisparchkov |
cool, i though there was an issue with pulling the docker image |
It is downloading the docker image now so hopefully it should work! |
So now When I run the command But when I run the command |
So if I go into This results in the following lines:
EDIT: Never mind the above code seems to be correct the report is not empty, you have to double click on the nodes to see more information. |
Hello, The fact that you actually got a valid Glad to hear the report is not empty, by the way! :-) |
Hey @pdelsante thanks for they fast reply you are absolutely right after some more investigation I got it sorted, now I have everything set up and working except the location map doesn't have any points on it :( I have a file called
I also have the Sorry for all the questions @Dennisparchkov I'll try and make this my last one! |
Did you install the |
I have just installed But I don't understand what I should be putting under |
To be honest, I have no idea what the Rumal expects to find a |
Hi, I'm not to sure what the issue is, it might be the name of the conf file, try calling it GeoPlugin.conf. |
Just changed the database file to |
It seems there is some problem with using the The Docker image of Rumal downloads the .mmdb file from maxmind.com (https://github.com/thugs-rumal/rumal_docker/blob/master/frontend/start.sh#L35-L36). You can try using this instead of |
So I have followed the docs on the guide and I have 3 terminals
fdaemon
,enrich
and the front-endpython manage.py runserver
python manange.py run_thug
python manange.py consumer
It seems the web GUI & back-end are set up and running. However, when I submit to the web GUI the back-end does not receive anything.
I don't know why this is.
A few questions:
BE: IP addresses of none master back-ends (0.0.0.0, 1.1.1.1 ...).
How do you determine what IP address should be here?Thank you for your help in advance!
The text was updated successfully, but these errors were encountered: