Skip to content

Instantly share code, notes, and snippets.

@hchs710623
Created February 2, 2017 08:51
Show Gist options
  • Save hchs710623/07e4c3c98959bf0c57827d76e5bc4d54 to your computer and use it in GitHub Desktop.
Save hchs710623/07e4c3c98959bf0c57827d76e5bc4d54 to your computer and use it in GitHub Desktop.
Install ryu controller at ubuntu 14.04 desktop
#!/bin/bash
sudo apt-get update
sudo apt-get install git -y
sudo apt-get install python-setuptools python-pip -y
sudo apt-get install python-eventlet python-routes python-webob python-paramiko -y
sudo pip install tinyrpc ovs oslo.config msgpack-python eventlet enum34
sudo pip install eventlet --upgrade
git clone git://github.com/osrg/ryu.git
cd ryu/; sudo python ./setup.py install
echo "\n"
echo "Finish! Install ryu controller!"
echo "Test ryu by running \"% ryu-manager\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment