| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
Supported installation and deployment methods:
Quick build & run with docker compose.
git clone --recurse-submodules https://github.com/CERT-Polska/mquery.git cd mquery mkdir samples # now set SAMPLES_DIR to a directory with your files, and INDEX_DIR to # empty directory for database files to live in. By default database will # expect files in ./samples directory, and keep index in ./index. vim .env docker-compose up --scale daemon=3 # this will take a while
Docker compose dedicated for developers.
git clone --recurse-submodules https://github.com/CERT-Polska/mquery.git cd mquery # now set SAMPLES_DIR to a directory with your files, and INDEX_DIR to # empty directory for database files to live in. By default database will # expect files in ./samples directory, and keep index in ./index. vim .env docker-compose -f docker-compose.dev.yml up # this will take a while
Not strictly supported, but production ready - it's used internally in a few places, including CERT.PL.
| Back | FazBrowse Home | New Git URL |