1.首先安装Golang go语言和rethinkdb:
安装Golang环境:
下载地址:https://golang.org/dl/
安装说明:http://www.runoob.com/go/go-environment.html
安装rethinkdb:
https://rethinkdb.com/docs/install/
2.安装atx-server
go get -v github.com/openatx/atx-server
如果报错如下:
go: missing Git command. See https://golang.org/s/gogetcmd package github.com/astaxie/beego: exec: "git": executable file not found in %PATH%
这是因为没有安装 Git 的原因;或者装了 Git 没有配置好环境变量。