一个由 Python、Markdown 和 git 提供支持的极简 Wiki。
An Otter Wiki is Python-based software for collaborative content management, called a wiki. The content is stored in a git repository, which keeps track of all changes. Markdown is used as Markup language. An Otter Wiki is written in python using the microframework Flask. halfmoon is used as CSS framework and CodeMirror as editor. Font Awesome Free serves the icons.
Check out the demo https://demo.otterwiki.com.
Read the installation guide to get
started. Recommended is the installation with docker-compose.
docker-compose.yml below to match your preferences.docker-compose up -dProceed for the configuration guide for detailed information.
services:
otterwiki:
image: redimp/otterwiki:2
restart: unless-stopped
ports:
- 8080:80
volumes:
- ./app-data:/app-data
An Otter Wiki is open-source software licensed under the MIT License.
暂无开放 Issues,或尚未同步最近议题。