-
Notifications
You must be signed in to change notification settings - Fork 2
Git and Python based Wiki
License
Rainer-Keller/PyGitWiki
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Python Git Wiki
================
This is a lightweight Wiki using a Git storage backend
for personal use. Edits can be done by regular Git tools or
by browser.
The main purpose is for personal use on your local machine. The code
is *NOT* secured against all kinds of attacks. **Do not use it on public servers.**
### Features
* Search
* without JavaScript
### First Start
1. Install the python packages
* GitPython
* Markdown
2. Start the Wiki
`./wiki.py`
A configuration file and Git repository will be created in `~/.pygitwigi`.
The wiki is now ready for use.
For customisation check the configuration file `~/.pygitwigi/wiki.conf`
### Quick install on Gentoo
ebuild ./gentoo/www-apps/pygitwiki/pygitwiki-0.1.ebuild digest
ebuild ./gentoo/www-apps/pygitwiki/pygitwiki-0.1.ebuild merge
### Run as Service
In order to start the wiki as a service copy the file misc/pygitwiki.service
to ~/.config/systemd/user/ and modity it to match your setup.
You can start or enable the wiki via systemd commands:
systemctl --user enable pygitwiki
systemctl --user start pygitwiki
About
Git and Python based Wiki
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published