From 996f5cc71f0d9765656d3d83456c5d46380eb855 Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Mon, 24 Oct 2016 20:41:09 +0200 Subject: [PATCH] Comment out SVG graphics --- Worker.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Worker.md b/Worker.md index 70b9d08..cc2e4c0 100644 --- a/Worker.md +++ b/Worker.md @@ -47,7 +47,8 @@ This information is sent to the broker on startup using the `init` command. ## Architecture Picture below is internal architecture of worker which shows its defined classes with private variables and public functions. -![Worker class diagram](https://rawgit.com/ReCodEx/wiki/master/images/worker_class_diagram.svg) + +[comment]: TODO: FIX THIS: ![Worker class diagram](https://rawgit.com/ReCodEx/wiki/master/images/worker_class_diagram.svg) ## Installation @@ -364,4 +365,4 @@ As stated before cleaner should be cronned, on linux systems this can be done by - Running cleaner from command line is fairly simple: `recodex-cleaner -c /etc/recodex/cleaner` - Enable cleaner service using systemd: `systemctl start recodex-cleaner.timer` - Add cleaner to linux cron service using following configuration line: `0 0 * * * /usr/bin/recodex-cleaner -c /etc/recodex/cleaner/config.yml` -- Add cleaner to Windows cheduler service with following command: `schtasks /create /sc daily /tn "ReCodEx Cleaner" /tr "\"C:\Program Files\ReCodEx\cleaner\recodex-cleaner.exe\" -c \"C:\Program Files\ReCodEx\cleaner\config.yml\""` \ No newline at end of file +- Add cleaner to Windows cheduler service with following command: `schtasks /create /sc daily /tn "ReCodEx Cleaner" /tr "\"C:\Program Files\ReCodEx\cleaner\recodex-cleaner.exe\" -c \"C:\Program Files\ReCodEx\cleaner\config.yml\""`