-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathINSTALL
31 lines (23 loc) · 741 Bytes
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
RipL-POX (Ripcord-Lite for POX): A simple network controller for OpenFlow-based data centers
== Install ==
RipL, POX, and setuptools are the dependencies.
This version has been tested with the master branch of POX, commit 0a1bbb8, made on Sat Nov 24 01:52:07 2012 -0800.
The invocation examples assume that POX available in ~/.
# Add POX at tested version:
cd ~/
git clone git://github.com/noxrepo/pox
cd pox
git checkout 0a1bbb8
# Build RipL:
cd ~/
sudo apt-get install -y python-setuptools
git clone git://github.com/brandonheller/ripl.git
cd ripl
sudo python setup.py develop
# Building Ripcord-POX
cd ~/
git clone git://github.com/brandonheller/riplpox.git
cd riplpox
sudo python setup.py develop
== Running on POX ==
See README