MISP-RPM
MISP-RPM copied to clipboard
MISP info after first installation
Hello, I installed MISP with success following your documentation. Some question about the job:
- How can I do an update of MISP? Via repository?
- The section "Submodule Version" under Diagnostics does not show any result. How can I check if all is installed correctly? It seems all functionality works well
- The library version (STIX, CYBOX and so on) does not match with the requirements. How can I update them?
Many thanks
Hi Tyrell
- You can update MISP via the repository, I do it always like this.
- The submodules are not shown, beause of missing git. The RPM is intended to offer a way to install MISP without the need of git. (There are a lot of organizations which are not allowed to use git on production systems, it's difficult to install the exact same version / checkout on different systems, ...). So the status page in MISP can't show this information, as it must be gathered through data from git. There is an issue on the MISP project page for this https://github.com/MISP/MISP/issues/4599
- I have to check the library version, maybe I just have to update them ;-) Currently I don't know of any issues, if the library versions are slightly behind the proposed version.
Best Andreas
Many thanks
@Tyrell20 if you want to clear some of the diagnostic page errors, see #33