1e0ng / firstwiki

A Wiki in Python (based on Tornado Web Server, MongoDB)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

First Wiki

This is a wiki in Python. I write this because I don't find a beautiful wiki.

First Wiki is based on shire framework, which means it uses Tornado Web Server + MongoDB for back-end and Bootstrap for front-end.

Getting Started

Make sure you have successfully installed MongoDB and Python 2.7

(To prepare a production environment, you may also need nginx, supervisord.)

pip install -r pip-req.txt

python scripts/init.py

python start.py

Open http://127.0.0.1:8004

Go hacking!

About

A Wiki in Python (based on Tornado Web Server, MongoDB)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 80.5%Language:JavaScript 15.2%Language:CSS 4.3%