Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
kefu_server
This project
Loading...
Sign in
Toggle navigation
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
Dec 23, 2019
by
Keith
Committed by
GitHub
Dec 23, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update README.md
parent
aa5ff123
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
35 deletions
README.md
README.md
View file @
d900bcae
###======install beego=======
##### go get github.com/astaxie/beego
###=====install MIMC-Go-SDK====
#####go get github.com/Xiaomi-mimc/mimc-go-sdk
#####cd $GOPATH/src/github.com/Xiaomi-mimc/mimc-go-sdk
#####go build
#####go install
###**下载依赖库**
#####MIMC-Go-SDK依赖proto buffer进行序列化与反序列化数据,在使用时,确保已经install了proto buffer。如未安装,可参考如下进行安装操作。
#####go get github.com/golang/protobuf/proto
#####// 进入下载目录
#####cd $GOPATH/src/github.com/golang/protobuf/proto
#####// 编译安装
#####go build
#####go install
###===== 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
## 安装依赖库
###### 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
###### go build
###### go install
###### go get github.com/golang/protobuf/proto
###### cd $GOPATH/src/github.com/golang/protobuf/proto
###### go build
###### go install
###### go get github.com/astaxie/beego/cache
###### go get -u github.com/qiniu/api.v7
######
######
######
### =====运行====
##### bee run
##### 打包发布
##### bee pack -be GOOS=linux
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment