MISP-RPM icon indicating copy to clipboard operation
MISP-RPM copied to clipboard

MISP info after first installation

Open Tyrell20 opened this issue 5 years ago • 3 comments

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

Tyrell20 avatar Jun 03 '20 17:06 Tyrell20

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

amuehlem avatar Jun 04 '20 11:06 amuehlem

Many thanks

Tyrell20 avatar Jun 04 '20 12:06 Tyrell20

@Tyrell20 if you want to clear some of the diagnostic page errors, see #33

JoePJisc avatar Aug 21 '20 10:08 JoePJisc