Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

杨树贤 / kefu_server

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Commit d900bcae authored 5 years ago by Keith's avatar Keith Committed by GitHub 5 years ago
Browse files
Options
  • _('Browse Files')
  • Download
  • Email Patches
  • Plain Diff

Update README.md

parent aa5ff123
Hide whitespace changes
Inline Side-by-side
Showing with 22 additions and 35 deletions
  • README.md
README.md
View file @ d900bcae
## 安装依赖库
###======install beego======= ###### go get github.com/astaxie/beego
##### go get github.com/astaxie/beego ###### go get github.com/Xiaomi-mimc/mimc-go-sdk
###### cd $GOPATH/src/github.com/Xiaomi-mimc/mimc-go-sdk
###=====install MIMC-Go-SDK==== ###### go build
###### go install
#####go get github.com/Xiaomi-mimc/mimc-go-sdk ###### go get github.com/golang/protobuf/proto
#####cd $GOPATH/src/github.com/Xiaomi-mimc/mimc-go-sdk ###### cd $GOPATH/src/github.com/golang/protobuf/proto
#####go build ###### go build
#####go install ###### go install
###### go get github.com/astaxie/beego/cache
###**下载依赖库** ###### go get -u github.com/qiniu/api.v7
######
#####MIMC-Go-SDK依赖proto buffer进行序列化与反序列化数据,在使用时,确保已经install了proto buffer。如未安装,可参考如下进行安装操作。 ######
######
#####go get github.com/golang/protobuf/proto
#####// 进入下载目录 ### =====运行====
#####cd $GOPATH/src/github.com/golang/protobuf/proto ##### bee run
#####// 编译安装
#####go build
#####go install ##### 打包发布
##### bee pack -be GOOS=linux
###===== cache 模块 ====
go get github.com/astaxie/beego/cache
###==== 七牛云SDK ====
#####go get -u github.com/qiniu/api.v7
###=====运行====
#####bee run
#####打包发布
#####bee pack -be GOOS=linux
\ No newline at end of file
This diff is collapsed. Click to expand it.
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment