...
Code Block | ||||
---|---|---|---|---|
| ||||
Make sure you have Internet connectivity before proceeding. $ sudo apt-get update $ sudo apt-get install zip default-jdk ant $ wget httpwget https://floodlightgithub.openflowhub.orgcom/filesfloodlight/floodlight-source/archive/master.zip $ unzip floodlight-sourcemaster.zip $ cd floodlight-master; ant $ java -jar target/floodlight.jar -cf src/main/resources/quantum.properties |
...