【问题标题】:Getting Beego to work on AWS让 Beego 在 AWS 上工作
【发布时间】:2014-11-07 07:47:59
【问题描述】:

我目前正在寻找一个可以阅读有关在 AWS 上运行 Beego(或类似的 GOlang)框架的地方。有人知道地方吗?

【问题讨论】:

    标签: amazon-web-services go beego


    【解决方案1】:

    您有一个 (Japanese- google translated) tutorial 可以将 Beego 安装到 AWS。
    没什么特别的,除了安装git、go和beego

    sudo yum install git mercurial
    yum install ld-linux.so.2
    
    # Run curl -L -O https://go.googlecode.com/files/go1.2.1.linux-386.tar.gz as root
    tar zxvf go1.2.1.linux-386.tar.gz -C / usr / local
    
    /etc/profile.d/go.sh
    
    export GOROOT = / usr / local / go
    export GOPATH = / var / local / gocode
    export PATH = $ PATH: $ GOROOT / bin: $ GOPATH / bin
    
    go get github.com/astaxie/beego
    go get github.com/beego/bee
    

    文章“Setup a website powered by Beego”还建议了一些其他工具,例如:

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-02-22
      • 2015-04-14
      • 1970-01-01
      • 1970-01-01
      • 2019-04-24
      • 1970-01-01
      • 2016-10-11
      相关资源
      最近更新 更多