piki is a wiki writen by python.
Fork and send pull request.
- install all required modules:
shell> pip3 install -r requirements.txt
- create wiki depository : execute shell in root dir
shell> mkdir wiki
- run init script :
> cd db;
> python3 init.py
default account is 'admin', the password is 'admin' also.
-
cp tornado/setting-sample.py tornado/setting.py and change setting to fit your enviroment.
-
check above, using
python3 wiki.py
to start server.