Changes between Version 5 and Version 6 of Layer1Transport/Install
- Timestamp:
- 07/31/13 15:45:34 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Layer1Transport/Install
v5 v6 11 11 || <of_port> || OF controller port for FL || 11750 || properties file || 12 12 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 = 15 14 16 15 == 1. Create openflow user == 17 16 Create a user named openflow on the system to run this service. 17 18 == 2. Install Floodlight 0.90 == 19 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/. 20 21 = Installation Instructions = 22 These are instructions to install the layer1transport service. These instructions were created and tested using an Ubuntu 10.04 system. 18 23 19 24 == 2. Obtain the software == … … 31 36 Make sure that the system has curl installed on it. 32 37 33 == 5. Install Floodlight==34 T he 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 == 39 Take the Floodlight 0.9 jar file that you created in the prerequisites section and do the following: 35 40 {{{ 36 41 sudo cp <floodlight_jar> /home/openflow/floodlight/src/floodlight.jar