Changes between Version 4 and Version 5 of Layer1Transport/Install


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Layer1Transport/Install

    v4 v5  
    3232
    3333== 5. Install Floodlight ==
    34 The layer1transport service currently using 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:
     34The 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:
    3535{{{
    36 sudo mv <floodlight_jar> /home/openflow/floodlight/src/floodlight.jar
     36sudo cp <floodlight_jar> /home/openflow/floodlight/src/floodlight.jar
    3737sudo chown openflow /home/openflow/floodlight/src/floodlight.jar
    3838}}}