mquery
mquery copied to clipboard
Improve the installation procedure
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,