From a281f391fc8327ec4de482419692f53b695f622e Mon Sep 17 00:00:00 2001 From: Petr Stefan Date: Fri, 26 Feb 2016 14:56:31 +0100 Subject: [PATCH] Updated Running a demo version (markdown) --- Running-a-demo-version.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Running-a-demo-version.md b/Running-a-demo-version.md index 191f178..93041dd 100644 --- a/Running-a-demo-version.md +++ b/Running-a-demo-version.md @@ -3,16 +3,14 @@ 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.5 and the `python-requests` library +- 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 (run it in the `examples` subdirectory which contains a - working config file) -- Launch a worker (again, use the `examples` subdirectory as the working - directory) +- Launch the broker with default config file located in the `examples` subdirectory (can be specifiend 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 worker project + of the broker project - Something should be happening now... Follow the readmes of the projects and headers of the files with helper scripts