溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶服務(wù)條款》

go環(huán)境及bee工具安裝

發(fā)布時(shí)間:2020-08-10 15:29:33 來源:網(wǎng)絡(luò) 閱讀:747 作者:PowerMichael 欄目:編程語言

go環(huán)境及bee工具安裝

一、go環(huán)境安裝
  • 1.解壓go安裝包:tar -xvf go1.11.1.linux-amd64.tar.gz -C /usr/local/

  • 2.設(shè)置go環(huán)境變量
    export GOROOT=/usr/local/go
    export GOPATH=/app/apps
    export GOBIN=$GOROOT/bin
    export PATH=$PATH:$GOBIN:$GOPATH/bin
  • 3 go環(huán)境驗(yàn)證
    go version 
    go version go1.11.1 linux/amd64
    二、bee工具安裝
  • 第一種方式 go get github.com/beego/bee 會(huì)把編譯好的bee可執(zhí)行文件放到$GOPATH/bin,所以需要提前設(shè)置好PATH環(huán)境變量
  • 第二種方式 手動(dòng)上傳并編譯bee
    • 打開github網(wǎng)頁,克隆并下載bee源碼
    • 上傳bee源碼到/app/apps/src/github.com/beego/
    • cd /app/apps/src/github.com/beego/;gu build
    • 將可執(zhí)行文件bee 轉(zhuǎn)移到$GOPATH/bin
    • 執(zhí)行 bee測(cè)試安裝是否成功
  • bee環(huán)境驗(yàn)證

    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
    三、新建一個(gè)bee工程
    ]# 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!
四、下載beego并運(yùn)行beego
  • go get github.com/astaxie/beego或者手動(dòng)下載上傳(參考bee工具手動(dòng)安裝)
  • 運(yùn)行beego
    
    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

- 訪問頁面

![](https://cache.yisu.com/upload/information/20200312/62/237022.jpg?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3poZW5naGVpdGk=)
向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI