Based on yujiod's wiki system, port to beego framework to distribution.
-
Download zip archive, unzip it to $GOPATH\src\miniwiki
-
Install dependens:
go get github.com/pmezard/go-difflib/difflib go get github.com/astaxie/beego go get github.com/jinzhu/gorm go get github.com/mattn/go-sqlite3 go get github.com/oal/beego-pongo2 go get github.com/shurcooL/go/github_flavored_markdown
-
go build
to generate binary file -
./main
to run it, have fun!
Released under the MIT License.