Coder Social home page Coder Social logo

pygitwiki's Introduction

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

pygitwiki's People

Contributors

rainer-keller avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

mikloq perlchild

pygitwiki's Issues

Empty screen

When installing and running this with

pip3 install --user virtualenvwrapper
VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3 /home/yala/.local/bin/virtualenvwrapper_lazy.sh
mkvirtualenv wiki3
pip3 install Markdown GitPython
./wiki.py

the only responses shown are

Load configuration /home/yala/src/github.com/Rainer-Keller/PyGitWiki/wiki.systemconf
Starting new wiki...
Load configuration /home/yala/.pygitwiki/wiki.conf
Using repository at /home/yala/.pygitwiki/wiki
Running server on port 8080
127.0.0.1 - - [18/Oct/2018 02:55:26] "GET / HTTP/1.1" 404 -

when requesting a page, with an empty response being shown in browser.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.