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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,14 @@ To build the Docker container you can run the _build_ script corresponding to yo
32
32
### 2. Start the replication
33
33
To execute the replication you can run the _execute_ script corresponding to your OS with `replication` as first argument.
34
34
35
-
> The replication will at least require several hours and might require up to a few days depending on your system.
35
+
> ! The replication will at least require several hours and might require up to a few days depending on your system.
36
36
> Therefore, we offer a short validation (5-10 minutes) which runs _DiffDetective_ on only four of the datasets.
37
37
> You can run it by providing "validation" as argument instead of "replication" (i.e., ./execute.sh validation).
38
+
> If you want to stop the replication, you can call the provided script for stopping the container. Note that you will have to restart the entire replication, if you stop it at any point.
0 commit comments