標籤:style blog color 使用 2014 art div ar
1.0 配置環境變數
export GOPATH=/website/apple/appsexport PATH="/usr/local/bin:${PATH}:${GOPATH}/bin"
2.0 bee快速建立beego項目
tt:~ tusm$ bee new app
tt:~ tusm$ cd $GOPATHtt:apps tusm$ lsbin pkg srctt:apps tusm$ cd srctt:src tusm$ cd apptt:app tusm$ bee run app14-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 successful14-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 :80802014/07/28 16:10:59 [I] beego: router defined / / +1.504509ms