forked from huiqing/percept2_online
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdevo_script
executable file
·65 lines (34 loc) · 946 Bytes
/
devo_script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
step1: update devo.
cd devo
git pull
make
cd tests
erlc *.erl
step2. start a worker nodes on another terminal
cd tests
./start.sh [email protected]
step3: start devo node on another window.
cd devo
./start.sh
goto localhost:8080
step4: run the visualisation.
For the first three options, only one node can be monitored a time.
1) add [email protected]
2) select one of the first three options.
3) click [email protected] in the node list to highlight it.
4) click start/stop visualisation.
now go to [email protected] and type
orbit:run_on_one_node().
you should be able to see the digram.
=======to run orbit on 5 nodes=====
open another four terminals.
cd tests
./start.sh [email protected]
cd tests
./start.sh [email protected]
cd tests
./start.sh [email protected]
cd tests
./start.sh [email protected]
goto [email protected], and type
orbit:run_on_multi_nodes().