oriNAMU is a Python-based wiki engine. You can use oriNAMU by installing Python and its dependency modules, and you can modify the code yourself to create more specialized wikis.
oriNAMU is based upon Python, and it requires a Python environment.
See Python Installation Guide(KR).
Download the release version of oriNAMU, and unzip the file. It is also possible to download releases by cloning this repository.
Windows
pip install -r requirements.txt
Linux
pip3 install -r requirements.txt
Windows
python app.py
Linux
python3 app.py
You can clone this repository by entering the following command at the terminal (command prompt):
git clone -b stable https://github.com/2du/openNAMU.gitgit clone -b master https://github.com/2du/openNAMU.gitoriNAMU may have some untested bugs. Your use of oriNAMU and bug discovery will help develop oriNAMU. Create Issues
openNAMU is open source project. Add new features and request pull requests. Create Pull Requests
oriNAMU is protected by BSD 3-Clause License. Please refer to the documentation for details.