git @ Cat's Eye Technologies klaus / fad2338
update posativ 13 years ago
1 changed file(s) with 8 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
1616
1717 Requirements
1818 ------------
19 * Python 2.7
19 * Python 2.6 (2.5 should work, too)
20 * Werkzeug_
2021 * Jinja2_
2122 * Pygments_
2223 * dulwich_ (>= 0.7.1)
23 * argparse (only for Python 2.6)
24 * Nano_ (shipped as submodule, do a ``git submodule update --init`` to fetch)
2524
25 .. _Werkzeug: http://werkzeug.pocoo.org/
2626 .. _Jinja2: http://jinja.pocoo.org/
2727 .. _Pygments: http://pygments.org/
2828 .. _dulwich: http://www.samba.org/~jelmer/dulwich/
29 .. _Nano: https://github.com/jonashaag/nano
3029
3130
3231 Installation
6160 .. _wsgiref: http://docs.python.org/library/wsgiref.html
6261 .. _bjoern: https://github.com/jonashaag/bjoern
6362
64 Using a real server ................... The ``klaus/__init__.py`` module
65 contains a WSGI ``make_app`` function which returns the app. The repo list is
66 read from the ``KLAUS_REPOS`` environment variable (space-separated paths).
63 Using a real server ...................
64
65 The ``klaus/__init__.py`` module contains a WSGI ``make_app`` function which
66 returns the app. The repo list is read from the ``KLAUS_REPOS`` environment
67 variable (space-separated paths).
6768
6869 UWSGI example::
6970