You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
787 B
787 B
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 thetools
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.