Changes between Version 4 and Version 5 of Layer1Transport/Install
- Timestamp:
- 07/31/13 15:41:31 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Layer1Transport/Install
v4 v5 32 32 33 33 == 5. Install Floodlight == 34 The layer1transport service currently us inga 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: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: 35 35 {{{ 36 sudo mv<floodlight_jar> /home/openflow/floodlight/src/floodlight.jar36 sudo cp <floodlight_jar> /home/openflow/floodlight/src/floodlight.jar 37 37 sudo chown openflow /home/openflow/floodlight/src/floodlight.jar 38 38 }}}