一.下载Ubuntu14.04及以上版本
博主自己在每个版本上都安装过,没有问题。如果遇到问题,那肯定那个地方操作有问题。
第一步下载镜像。下载地址:
https://www.ubuntu.com/download
第二步安装ubuntu,此处百度安装步骤,很简单,不讲了。
二.安装jdk
这里博主先安装openjdk1.8.
安装过程:在我另一篇博客上面。
https://blog.youkuaiyun.com/qq_31667705/article/details/79627940
三.安装floodlight
这里floodlight版本是1.2,步骤如下:
1.安装ant
sudo apt-get install ant
2.安装git
sudo apt-get install git
3.安装curl
sudo apt-get install curl
4.从github下载floodlight
下载完成之后,编译运行。
# git clone git://github.com/floodlight/floodlight.git
# cd floodlight
# ant