forked from mininet/mininet
-
Notifications
You must be signed in to change notification settings - Fork 3
Environment Setup
huangty edited this page Dec 17, 2012
·
27 revisions
The following instruction will guide you through how to setup the environment for the programming assignment on Ubuntu. We also provide an Amazon EC2 AMI image with everything set up for people would like to run the lab on EC2 (ami-ac1f979c at Oregon Region).
- sudo apt-get update
- sudo apt-get install -y git vim-nox python-setuptools flex bison traceroute
- cd ~
- git clone git://github.com/mininet/mininet
- cd mininet
- git checkout remotes/origin/class/cs244
- ./util/install.sh -fnv
- cd ~
- git clone http://github.com/noxrepo/pox
- cd ~
- git clone git://github.com/dound/ltprotocol.git
- cd ltprotocol
- sudo python setup.py install