From 3b50cd1ec11cc978e4bec6459c7ec0c392b3cc8e Mon Sep 17 00:00:00 2001 From: Teyras Date: Fri, 8 Jan 2016 23:21:45 +0100 Subject: [PATCH] Add instructions on running the whole thing --- RunDemo.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 RunDemo.md diff --git a/RunDemo.md b/RunDemo.md new file mode 100644 index 0000000..191f178 --- /dev/null +++ b/RunDemo.md @@ -0,0 +1,19 @@ +# 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.5 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) +- Submit a directory using the `fake_submit.py` script in the `tools` directory + of the worker 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.