@CrazyHenry
2017-12-07T21:06:42.000000Z
字数 855
阅读 1288
bbbbSDN竞赛
- Author:李英民 | Henry
- E-mail: li
_
yingmin@
outlookdot
com- Home: https://liyingmin.wixsite.com/henry
快速了解我: About Me
转载请保留上述引用内容,谢谢配合!
这个框架是基于python3.5开发,可能不兼容python2.7!!
使用web框架python-flask!
$ sudo apt-get install virtualenv
不需要在系统里单独下载python3.5,这个软件已经模拟python3环境。
$ git clone https://github.com/Li-Yingmin/sdnlab.git
$ source 目录/sdnlab/bin/activate
务必使用上述命令激活python虚拟环境,然后再执行app.py。
执行上述命令后会发现shell上的用户名变成了sdnlab!
在代码app.py中写入shell脚本,控制相应的操作。
在 目录/sdnlab/myproj/下执行
$ python3 app.py
之后写如命令
$ deactivate
退出python3模拟环境。
$ git clone https://github.com/Li-Yingmin/SimpleServer.git
$ source 目录/SimpleServer/bin/activate
进入 目录/SimpleServer/myproj
执行语句:
$ python3 -m http.server 8089
则会在浏览器0.0.0.0:8089
看到html页面