mirror of https://github.com/mindoc-org/mindoc.git
Merge branch 'master' of https://github.com/lifei6671/mindoc
commit
ba13db34da
|
@ -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
|
ADD . /go/src/github.com/lifei6671/mindoc
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ MinDoc 的前身是 SmartWiki 文档系统。SmartWiki 是基于 PHP 框架 lara
|
||||||
|
|
||||||
**如果你的服务器上没有安装golang程序请手动设置一个环境变量如下:键名为 ZONEINFO,值为MinDoc跟目录下的/lib/time/zoneinfo.zip 。**
|
**如果你的服务器上没有安装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) 这里下载编译完的程序。
|
对于没有Golang使用经验的用户,可以从 [https://github.com/lifei6671/mindoc/releases](https://github.com/lifei6671/mindoc/releases) 这里下载编译完的程序。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue