先按http://briteming.blogspot.co.uk/2013/11/webpy.html安装web.py,
git clone https://github.com/Garfielt/GarfieltBlog-webpy
cd GarfieltBlog-webpy
nohup python index.py 7070 > /dev/null &
(以上是指定使用7070端口。如果使用默认的8080端口,运行
nohup python index.py > /dev/null &即可。)
演示地址:http://as3.brite.biz:7070/,登录地址:http://as3.brite.biz:7070/manage/login
(默认的用户名/密码:admin/admin,请登录后,立刻修改密码)
项目地址:https://github.com/Garfielt/GarfieltBlog-webpy
git clone https://github.com/Garfielt/GarfieltBlog-webpy
cd GarfieltBlog-webpy
nohup python index.py 7070 > /dev/null &
(以上是指定使用7070端口。如果使用默认的8080端口,运行
nohup python index.py > /dev/null &即可。)
演示地址:http://as3.brite.biz:7070/,登录地址:http://as3.brite.biz:7070/manage/login
(默认的用户名/密码:admin/admin,请登录后,立刻修改密码)
项目地址:https://github.com/Garfielt/GarfieltBlog-webpy