Skip to content

ipfans/miniwiki

Repository files navigation

中文说明

README

Based on yujiod's wiki system, port to beego framework to distribution.

Build

  1. Download zip archive, unzip it to $GOPATH\src\miniwiki

  2. 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
    
  3. go build to generate binary file

  4. ./main to run it, have fun!

License

Released under the MIT License.

About

a mini wiki written in golang. Markdown supported

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published