A simple wiki based on markdown markup
Table of contents
Installation
in config.yaml file
Wiki:
name: WikiMD
desc: a light markdown wikiengine
icon: /static/logo.png
Server:
port: 8989
Mongo:
conn: mongodb://localhost:27017/
db: wikimd
Change name, desc, icon as you want
Change server port, by default it is 8989
Enter your mongodb server uri eg. mongodb://user:pass@localhost:27017/
and mongodb database name eg. wikimdDb
You can change logo by placing it in static folder eg. /static/logo.png
I have been released version for windows x64 only
You can compile source code to any os
Contact
Email: yusuf_yakubov@hotmail.com
License
This repository licensed under GNU GPLv3 license. View License file for more details
Copyright © Yusuf Yakubov, 2023