EverLab Workshop Exercise - Using EverLab Preliminaries: You need a HUJI account, a slice and nodes assigned to your slice. 0. login to mangal using your HUJI username. 1. download the everlab_scripts file using wget http://www.cs.huji.ac.il/labs/danss/p2p/evergrow-workshop/everlab_scripts.zip 2. open the zip file "unzip everlab_scripts.zip" 3. choose either the c_example or java_example projects (or create your own project!) 4. select several nodes from your slice are add them into a nodes.txt file 5. login into one of the nodes using "ssh -l to verify you manage to login. 6. "eval `ssh-agent`; ssh-add" 7. edit the config.sh file as needed (you can set DEBUG=1 to see the program output) 8. deploy using ./run_everlab.sh deploy 9. run the "run.sh" script using ./run_everlab.sh run_command 9a. (optional: collect the logs using ./run_everlab.sh collect) 10. clean everything using the ./run_everlab.sh clean command Good luck!