You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerized Setup for the MinHash-based Code Recognition and Investigation Toolkit (MCRIT).
3
5
4
6
## Summary
5
7
6
-
This repository should enable you to quickly run a production-ready deployment of [MCRIT](https://github.com/danielplohmann/mcrit) including its frontend [MCRITweb](https://github.com/danielplohmann/mcritweb) with minimal effort through a pre-configured Docker setup.
8
+
This repository intends to enable you to quickly run a production-ready deployment of [MCRIT](https://github.com/danielplohmann/mcrit) including its frontend [MCRITweb](https://github.com/fkie-cad/mcritweb) with minimal effort through a pre-configured Docker setup.
9
+
The latest commit on this repository will always hold references to the most recent versions of the front- and backend, and stable milestone releases will be marked as such.
7
10
8
11
## Setup
9
12
@@ -18,7 +21,7 @@ should build the MCRIT server and worker as well as the MCRITweb images, pull im
18
21
The data produced and stored by the services are found in `./storage`:
19
22
20
23
*`./storage/mcritweb` contains the sqlite DB for the web application and cached data, such as matching reports in JSON format
21
-
*`./storage/mongodb` contains all collections and indices, allowing it to persist across instance rebuilds.
24
+
*`./storage/mongodb` contains all collections and indices, allowing it to persist across MCRIT web instance rebuilds and updates.
22
25
23
26
### Setup for HTTP(S)
24
27
@@ -45,10 +48,9 @@ Note that running in development mode will not start up NGINX, meaning you can r
45
48
## Usage
46
49
47
50
For an explanation of the usage of MCRIT itself, please refer to the respective repositories for
MCRIT was officially released as version 1.0.0 at Botconf 2023.
54
-
Links for the slides, presentation video, and paper will follow once available.
56
+
MCRIT was officially released as version 1.0.0 at Botconf 2023 ([paper](https://journal.cecyf.fr/ojs/index.php/cybin/article/view/45), [slides](https://www.botconf.eu/wp-content/uploads/2023/04/2023-15-Plohmann_MCRIT.pdf), [video](https://www.youtube.com/watch?v=kvBHbXZZq2c&list=PL8fFmUArVzKhanPzq5HlGAUHhzRB3qDLE&index=24&ab_channel=botconfeu))
0 commit comments