Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
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

...