You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
.. | ||
static | 8 months ago | |
templates | 8 months ago | |
Makefile | 1 month ago | |
README.md | 8 months ago | |
api.py | 8 months ago | |
config.json | 8 months ago | |
config.py | 8 months ago | |
requirements.txt | 8 months ago | |
web-interface.py | 8 months ago |
README.md
wiki-to-print
How to use it?
$ make local
: to work locally$ make server
: to install wiki-to-print on a server withgunicorn
How to install it?
- install a wiki on a server
- install the Flask application on the same server
- edit the
Mediawiki:Common.js
page on the wiki (seewiki-to-print.Common.js.example
) - edit the
Mediawiki:Common.css
page on the wiki (seewiki-to-print.Common.css.example
) - configure nginx (see
wiki-to-print.nginx.example
)