mquery icon indicating copy to clipboard operation
mquery copied to clipboard

Improve the installation procedure

Open msm-code opened this issue 4 years ago • 0 comments

Feature Category

  • [ ] Correctness
  • [x] User Interface / User Experience
  • [x] Performance
  • [ ] Other (please explain)

Describe the problem

The current recommended installation procedure involves running docker-compose up. This is nice, because it's "user friendly" and should work out of the box everywhere.

But it will take ages, mostly due to compiling multiple binary packages (ursadb and yaramod).

Describe the solution you'd like

We should provide prebuilt packages, because building everything from source is not something end-users care about. We should also consider promoting non-docker installation more.

Describe alternatives you've considered

Living with the pain,

msm-code avatar Nov 27 '21 01:11 msm-code