Minor clarifications.

This commit is contained in:
Bob Lantz
2012-12-02 15:39:17 -08:00
parent ee66d53c54
commit 5879c492d8
+7 -3
View File
@@ -45,7 +45,7 @@ like to contribute an installation script, we would welcome it!)
3. Native installation from source on Ubuntu 11.10+ 3. Native installation from source on Ubuntu 11.10+
If you're reading this, you've probably already done so, but the If you're reading this, you've probably already done so, but the
command to download the Mininet source code is; command to download the Mininet source code is:
git clone git://github.com/mininet/mininet.git git clone git://github.com/mininet/mininet.git
@@ -75,7 +75,7 @@ like to contribute an installation script, we would welcome it!)
including POX, the OpenFlow WireShark dissector, the `oftest` including POX, the OpenFlow WireShark dissector, the `oftest`
framework, and other potentially useful software (and to add some framework, and other potentially useful software (and to add some
stuff to `/etc/sysctl.conf` which may or may not be useful) you may stuff to `/etc/sysctl.conf` which may or may not be useful) you may
use use:
mininet/util/install.sh -a mininet/util/install.sh -a
@@ -84,11 +84,15 @@ like to contribute an installation script, we would welcome it!)
4. Creating your own Mininet/OpenFlow tutorial VM 4. Creating your own Mininet/OpenFlow tutorial VM
Creating your own Ubuntu Mininet VM for use with the OpenFlow tutorial Creating your own Ubuntu Mininet VM for use with the OpenFlow tutorial
is easy! First, create a new Ubuntu VM. Then, run is easy! First, create a new Ubuntu VM. Next, run two commands in it:
wget https://raw.github.com/mininet/mininet/master/util/vm/install-mininet-vm.sh wget https://raw.github.com/mininet/mininet/master/util/vm/install-mininet-vm.sh
time install-mininet-vm.sh time install-mininet-vm.sh
Finally, verify that Mininet is installed and working in the VM:
sudo mn --test pingall
5. Installation on other Linux distributions 5. Installation on other Linux distributions
Although we don't support other Linux distributions directly, it Although we don't support other Linux distributions directly, it