How to Install Ryu on CentOS 7


  1. Platform
    • ryu 3.20.2
    • CentOS 7
  2. 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
  3. Install Ryu
    • pip install ryu
    • yum install git
    • git clone git://github.com/osrg/ryu.git
  4. Check status
    • ryu-manger
    • (以下為成功畫面)
      loading app ryu.controller.ofp_handler
      instantiating app ryu.controller.ofp_handler of OFPHandler