certtools / intelmq-manager

IntelMQ Manager is a graphical interface to manage configurations for IntelMQ framework.
https://docs.intelmq.org/latest/user/manager/
102 stars 56 forks source link

Web Interface #210

Closed B4erodriguez closed 4 years ago

B4erodriguez commented 4 years ago

Hello,

Maybe this is not an issue but I would like to know how to set up the intelmq-manager web interface, on which port does it listen?

I did the installation of intelmq, intelmq-manager and doing an "intelmqctl check" there are no errors found, but if I would like how to start the web interface since there is nothing that mentions it in the intelMQ-Manager installation documentation.

What is the command to start? do you have to perform a vhost in apache to run it? what are the steps?

Thank you.

ghost commented 4 years ago

You followed https://github.com/certtools/intelmq-manager/blob/develop/docs/INSTALL.md? Then it's port 80.

B4erodriguez commented 4 years ago

Hi @wagner-certat !

Yes! I followed these steps as is as it appears there. The vhost in apache should be created alone or do you have to do it yourself? port 80 is open.

I am new to this tool and I had those doubts.

ghost commented 4 years ago

If you used the repository, which branch did you use? master/maintenance or develop? Please don't use develop currently, we are switching the backend at the moment

B4erodriguez commented 4 years ago

I used master branch to install it as manually.

ghost commented 4 years ago

Ok. In this step you copied the files into the Document Root (/var/www/html), so they should be available via the default vhost. Can you check what is the default Document Root in your installation (if it's not /var/www/html)?

B4erodriguez commented 4 years ago

Yes! I copied the files into the Document Root (/var/www/html) and I see that:

image

ghost commented 4 years ago

That looks like the develop branch, not master. Please use only master for now, develop is not yet ready for production use. I will add some hints to the README and Installation documentation on this matter. Sorry for the circumstances.

ghost commented 4 years ago

I will add some hints to the README and Installation documentation on this matter. Sorry for the circumstances.

Done in 61549c4a8ed8bca87769e24fa3f85ada240febad

B4erodriguez commented 4 years ago

hi @wagner-certat is everything well right now.

Thank you!

ghost commented 4 years ago

Please let me know if there's something to improve in the Manger (including documentation)