[go: nahoru, domu]

Skip to content

gechandesu/owl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

owl

owl — is the minimalistic knowledge base web app written in Python.

See full docs and demo here: https://owl.gch.icu/docs/.

Run owl in five lines:

python3 -m venv env
source env/bin/activate
git clone https://github.com/gechandesu/owl.git && cd owl
pip install -r requirements.txt
python owl.py

App is now available at http://localhost:5000/.

owl doesn't use a database, all files are stored in plain text.

This solution is suitable for creating documentation or maintaining a personal knowledge base.

New in v1.1:

See CHANGELOG.md.

License

This software is licensed under The Unlicense. See LICENSE.