1.解压go安装包:tar -xvf go1.11.1.linux-amd64.tar.gz -C /usr/local/
创新互联主要从事网站设计制作、成都网站建设、网页设计、企业做网站、公司建网站等业务。立足成都服务梁园,10余年网站建设经验,价格优惠、服务专业,欢迎来电咨询建站服务:18980820575
export GOROOT=/usr/local/go
export GOPATH=/app/apps
export GOBIN=$GOROOT/bin
export PATH=$PATH:$GOBIN:$GOPATH/bin
go version
go version go1.11.1 linux/amd64
bee环境验证
bee version
______
| ___ \
| |_/ / ___ ___
| ___ \ / _ \ / _ \
| |_/ /| __/| __/
\____/ \___| \___| v1.10.0
?..? Beego : Beego is not installed. Please do consider installing it first: https://github.com/astaxie/beego
?..? GoVersion : go1.11.1
?..? GOOS : linux
?..? GOARCH : amd64
?..? NumCPU : 4
?..? GOPATH : /app/apps
?..? GOROOT : /usr/local/go
?..? Compiler : gc
?..? Date : Wednesday, 5 Dec 2018
]# bee new webad
______
| ___ \
| |_/ / ___ ___
| ___ \ / _ \ / _ \
| |_/ /| __/| __/
\____/ \___| \___| v1.10.0
2018/12/05 11:02:27 INFO ??0001 Creating application...
create /app/apps/src/webad/
create /app/apps/src/webad/conf/
create /app/apps/src/webad/controllers/
create /app/apps/src/webad/models/
create /app/apps/src/webad/routers/
create /app/apps/src/webad/tests/
create /app/apps/src/webad/static/
create /app/apps/src/webad/static/js/
create /app/apps/src/webad/static/css/
create /app/apps/src/webad/static/img/
create /app/apps/src/webad/views/
create /app/apps/src/webad/conf/app.conf
create /app/apps/src/webad/controllers/default.go
create /app/apps/src/webad/views/index.tpl
create /app/apps/src/webad/routers/router.go
create /app/apps/src/webad/tests/default_test.go
create /app/apps/src/webad/main.go
2018/12/05 11:02:27 SUCCESS ??0002 New application successfully created!
webad]# bee run
______
| ___ \
| |_/ / ___ ___
| ___ \ / _ \ / _ \
| |_/ /| __/| __/
\____/ \___| \___| v1.10.0
2018/12/05 11:10:00 INFO ??0001 Using 'webad' as 'appname'
2018/12/05 11:10:00 INFO ??0002 Initializing watcher...
github.com/astaxie/beego/config
github.com/astaxie/beego/utils
github.com/astaxie/beego/vendor/gopkg.in/yaml.v2
github.com/astaxie/beego/logs
github.com/astaxie/beego/session
github.com/astaxie/beego/grace
github.com/astaxie/beego/toolbox
github.com/astaxie/beego/vendor/golang.org/x/crypto/acme
github.com/astaxie/beego/vendor/golang.org/x/crypto/acme/autocert
github.com/astaxie/beego/context
github.com/astaxie/beego/context/param
github.com/astaxie/beego
webad/controllers
webad/routers
webad
2018/12/05 11:10:03 SUCCESS ??0003 Built Successfully!
2018/12/05 11:10:03 INFO ??0004 Restarting 'webad'...
2018/12/05 11:10:03 SUCCESS ??0005 './webad' is running...
2018/12/05 11:10:03.937 [I] [asm_amd64.s:1333] http server Running on http://:6789
- 访问页面
![](/upload/otherpic69/237022.jpg)