https://github.com/ipfans/miniwiki
a mini wiki written in golang. Markdown supported
https://github.com/ipfans/miniwiki
Last synced: 6 months ago
JSON representation
a mini wiki written in golang. Markdown supported
- Host: GitHub
- URL: https://github.com/ipfans/miniwiki
- Owner: ipfans
- License: mit
- Created: 2014-09-02T08:59:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T05:16:40.000Z (about 11 years ago)
- Last Synced: 2025-03-26T08:31:48.882Z (over 1 year ago)
- Language: HTML
- Size: 193 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[中文说明](https://github.com/ipfans/miniwiki/blob/master/READMEZH.md)
README
===
Based on [yujiod's wiki](https://github.com/yujiod/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.