Angular在onos2.3版本上的开发(ubuntu16.04)

1.在ubuntu16.04系统上安装onos2.3版本。参考资料链接:https://wiki.onosproject.org/display/ONOS/Developer+Quick+Start

  • Bazel学习资料:http://bazel.build/docs/getting-started.html

2. onos前台开发基础
(1)CLI终端:onos localhost
         onos> app activate gui2
         onos> app deactivate gui
         onos> app activate roadm
(2) GUI界面:http://localhost:8181/onos/ui
        用户名/密码:onos/rocks
        登陆UI界面,提示有新的应用,更新GUI界面,点击ok,页面刷新在导航处,有新的应用导航链接,点击进入到roadm应用的界面。 

   onos前台开发的参考资料链接:

   https://wiki.onosproject.org/display/ONOS/Guides

   https://github.com/opennetworkinglab/onos/tree/master/apps/roadm

   https://github.com/opennetworkinglab/onos/tree/master/web/gui2

   https://github.com/opennetworkinglab/onos

猜你喜欢

转载自www.cnblogs.com/Limer98/p/11751368.html