Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 640 Bytes

Tofawiki

It's source of the tofawiki service at tofawiki.wmcloud.org

Server

The flask server is intended to be hosted by a web server, but a dev server can be started locally with

tofawiki dev_server_translation

Installation

Dependencies

Installation will require some additional packages to be available.

sudo apt-get install python3-dev python3-setuptools

Starting the dev server

$ tofawiki dev_server --config config-localdev.yaml

See also