File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Features of OmniUI includes:
31
31
# 8000 -> 32771 UI
32
32
```
33
33
4 . Setup IP address <br />
34
- ` docker exec openadm /root/omniui /run.sh setup 10.211.55.3 32773 ` <br />
34
+ ` docker exec openadm /root/openadm /run.sh setup 10.211.55.3 32773 ` <br />
35
35
Note: The IP should be the one of Docker host instead of containter. The port should be the one mapped to port 5567
36
36
37
37
5 . Start controller, core and UI <br />
38
38
```
39
39
docker exec -it openadm /root/floodlight/floodlight.sh
40
40
docker exec -it openadm omniui
41
- docker exec -it openadm bash -c "cd /root/omniui /ui && npm run dev"
41
+ docker exec -it openadm bash -c "cd /root/openadm /ui && npm run dev"
42
42
```
43
43
44
44
6 . Connect Mininet to controller <br />
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ function setup {
48
48
# Config IP address
49
49
rm -rf $UI_CONFIG
50
50
echo " {" > $UI_CONFIG
51
- echo " \" OmniUICoreURL \" : \" http://$1 :$2 /\" " >> $UI_CONFIG
51
+ echo " \" OpenADMCoreURL \" : \" http://$1 :$2 /\" " >> $UI_CONFIG
52
52
echo " }" >> $UI_CONFIG
53
53
}
54
54
You can’t perform that action at this time.
0 commit comments