How to Install Ryu on CentOS 7
- Platform
- Install some packages
- yum install -y python-setuptools python-devel python-crypto python-simplejson autoconf python-pip python-devel gcc gcc-c++ libxml2-devel libxslt-devel
- easy_install pip
- Install Ryu
- pip install ryu
- yum install git
- git clone git://github.com/osrg/ryu.git
- Check status
- ryu-manger
(以下為成功畫面)
loading app ryu.controller.ofp_handler
instantiating app ryu.controller.ofp_handler of OFPHandler
|