Lightweight wiki engine for general use
YaongWiki is free and open source collaborative editing software that runs a lightweight and scalable wiki. It is written in PHP with MySQL as a backend and well supports HTML5.
Visit yaongwiki.org
- Markdown syntax (powered by SimpleMDE)
- Language support (currently English and Korean)
- Hackable themes
- Fulltext search
- reCAPTCHA with easy settings
- Permission management
- Page processor model that brings modularity.
- Webserver (NGINX or Apache is recommended)
- PHP7
- MySQL (or MariaDB)
List of available releases can be viewed here. The latest version is v1.2
Copy contents of src
folder to your desired remote directory. After that, you can start installation process visiting the directory.
Installation for developers (Using Docker)
For contributors and testers, YaongWiki have ready-to-launch docker configuration. Access through localhost:8001
is available after starting the docker container.
$ docker-compose up
Any kind of help or contribution is welcome! YaongWiki is owned by everyone.
By the terms of GPL-2.0 license, YaongWiki can be used by anyone.