Changes between Version 5 and Version 6 of Layer1Transport/Install


Ignore:
Timestamp:
07/31/13 15:45:34 (11 years ago)
Author:
tupty@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Layer1Transport/Install

    v5 v6  
    1111|| <of_port>                 || OF controller port for FL     || 11750                || properties file                   ||
    1212
    13 = Installation Instructions =
    14 These are instructions to install the layer1transport service.  These instructions were created and tested using an Ubuntu 10.04 system.
     13= Prerequisites =
    1514
    1615== 1. Create openflow user ==
    1716Create a user named openflow on the system to run this service. 
     17
     18== 2. Install Floodlight 0.90 ==
     19Floodlight installation instructions can be found at http://docs.projectfloodlight.org/display/floodlightcontroller/Installation+Guide, and instructions for obtaining the source code can be obtained at http://www.projectfloodlight.org/download/.
     20
     21= Installation Instructions =
     22These are instructions to install the layer1transport service.  These instructions were created and tested using an Ubuntu 10.04 system.
    1823
    1924== 2. Obtain the software ==
     
    3136Make sure that the system has curl installed on it.
    3237
    33 == 5. Install Floodlight ==
    34 The layer1transport service currently uses a pre-built jar file of Floodlight 0.9.  Floodlight installation instructions can be found at http://docs.projectfloodlight.org/display/floodlightcontroller/Installation+Guide, and instructions for obtaining the source code can be obtained at http://www.projectfloodlight.org/download/.  Once you have obtained a Floodlight 0.9 jar file, place it at:
     38== 5. Drop a floodlight jar file in place ==
     39Take the Floodlight 0.9 jar file that you created in the prerequisites section and do the following:
    3540{{{
    3641sudo cp <floodlight_jar> /home/openflow/floodlight/src/floodlight.jar