pull/94/merge
Minho 2017-07-10 14:56:10 +08:00
commit ba13db34da
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM golang:1.8.1-alpine
FROM golang:1.8.3-alpine3.6
RUN apk add --update bash git make gcc
RUN apk add --update bash git make gcc g++
ADD . /go/src/github.com/lifei6671/mindoc
@ -15,4 +15,4 @@ RUN go get -d ./... && \
gox -os "windows linux darwin" -arch amd64
CMD ["./start.sh"]
CMD ["./start.sh"]

View File

@ -17,7 +17,7 @@ MinDoc 的前身是 SmartWiki 文档系统。SmartWiki 是基于 PHP 框架 lara
**如果你的服务器上没有安装golang程序请手动设置一个环境变量如下键名为 ZONEINFO值为MinDoc跟目录下的/lib/time/zoneinfo.zip 。**
更多信息请查看手册: [MinDoc 使用手册](https://github.com/lifei6671/mindoc/wiki/MinDoc-%E4%BD%BF%E7%94%A8%E6%89%8B%E5%86%8C)
更多信息请查看手册: [MinDoc 使用手册](https://github.com/lifei6671/mindoc/wiki)
对于没有Golang使用经验的用户可以从 [https://github.com/lifei6671/mindoc/releases](https://github.com/lifei6671/mindoc/releases) 这里下载编译完的程序。