码迷,mamicode.com
首页 > 其他好文 > 详细

go-框架-bee使用

时间:2014-07-28 23:42:44      阅读:305      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   使用   2014   art   div   ar   

1.0 配置环境变量

export GOPATH=/website/apple/apps
export PATH="/usr/local/bin:${PATH}:${GOPATH}/bin"

2.0  bee快速创建beego项目

tt:~ tusm$ bee new app
tt:~ tusm$ cd $GOPATH tt:apps tusm$ ls bin pkg src tt:apps tusm$ cd src tt:src tusm$ cd app tt:app tusm$ bee run app 14-07-28 04:10:51 [INFO] Initializing watcher... 14-07-28 04:10:51 [TRAC] Directory(/website/apple/apps/src/app/controllers) 14-07-28 04:10:51 [TRAC] Directory(/website/apple/apps/src/app) 14-07-28 04:10:51 [TRAC] Directory(/website/apple/apps/src/app/routers) 14-07-28 04:10:51 [TRAC] Directory(/website/apple/apps/src/app/tests) 14-07-28 04:10:51 [INFO] Start building... 14-07-28 04:10:55 [SUCC] Build was successful 14-07-28 04:10:55 [INFO] Restarting app ... 14-07-28 04:10:55 [INFO] ./app is running... 2014/07/28 16:10:56 [I] Running on :8080 2014/07/28 16:10:59 [I] beego: router defined / / +1.504509ms

 

go-框架-bee使用,布布扣,bubuko.com

go-框架-bee使用

标签:style   blog   color   使用   2014   art   div   ar   

原文地址:http://www.cnblogs.com/go-ios/p/3873349.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!