Skip to content

intelmqsetup: Support for intelmq-manager #2064

Closed
@ghost

Description

https://github.com/certtools/intelmq/blob/develop/intelmq/bin/intelmqsetup.py currently supports the IntelMQ Core and the API. Support for the Manager shall be added.

The installation of the Manager is currently tricky and has flaws.

  • On wheel/sdist build, the HTML files are generated, the files also contain the sources
  • pip can't install the html files to the correct location, they land in /usr/local/lib/python3/
  • the destination directory is not fixed, it depends on the distribution (just like with the API files)

This is not good usability. Installation via deb/rpm packages or docker is recommended, but not limited to them.
With our own installation method, we can fix the above issues.

There's one disadvantage: When the build happens during installation, the build dependencies need to be installed. As the user used pip anyway, installing mako as dependency is OK.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    featureIndicates new feature requests or new featuresusability

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions