From 2a06ccdfce31cf60720e5605fa48b994ee02a6ff Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Fri, 17 Jun 2016 18:11:40 +0200 Subject: [PATCH] Destroyed Running a demo version (markdown) --- Running-a-demo-version.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Running-a-demo-version.md diff --git a/Running-a-demo-version.md b/Running-a-demo-version.md deleted file mode 100644 index 3485f53..0000000 --- a/Running-a-demo-version.md +++ /dev/null @@ -1,17 +0,0 @@ -# Running a demo version - -As for now, it's possible to take ReCodEx on a test drive on a single Linux -machine. To do so, follow these steps: - -- Install Python 3.4 and the `python-requests` library -- Clone and build the broker and worker -- Launch the testing file server contained in the `tools` directory of the - broker project -- Launch the broker with default config file located in the `examples` subdirectory (can be specified with `-c` option) -- Launch a worker (again, use the config file in the `examples` subdirectory) -- Submit a directory using the `fake_submit.py` script in the `tools` directory - of the broker project -- Something should be happening now... - -Follow the readmes of the projects and headers of the files with helper scripts -(tools) if anything is unclear.