HarrySun

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

1.  install beego

Firstly,  I have installed Go and set the enviroment and set PATH.

However,  I fail to download github.com/astaxie/beego.

solution:  install git and set the PATH as C:\Program Files (x86)\Git\bin

then run 

d:>go get github.com/astaxie/beego

 

then the files are created as  

 

2.install bee and add $GOPATH/bin into $PATH

go get github.com/beego/bee

 

3. create a new project and run it.

>cd %GOPATH%/src
>bee new hello
>cd hello
>bee run hello
posted on 2014-04-12 01:06  HarrySun  阅读(256)  评论(0编辑  收藏  举报