标签: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
标签:style blog color 使用 2014 art div ar
原文地址:http://www.cnblogs.com/go-ios/p/3873349.html