Klaus: Difference between revisions
imported>Fin444 m add to applications category |
mNo edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
[https://github.com/jonashaag/klaus Klaus] is a simple, easy-to-set-up Git web viewer. | |||
The recommended method for deploying Klaus according to the developer is using uWSGI or Gunicorn. This article provides an example deployment using uWSGI. | The recommended method for deploying Klaus according to the developer is using uWSGI or Gunicorn. This article provides an example deployment using uWSGI. | ||
| Line 11: | Line 12: | ||
http-socket = ":8080"; | http-socket = ":8080"; | ||
module = "klaus.contrib.wsgi:application"; | module = "klaus.contrib.wsgi:application"; | ||
pythonPackages = self: with self; [ | pythonPackages = self: with self; [ | ||
klaus | klaus | ||
| Line 39: | Line 39: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Applications]] | [[Category:Web Applications]] | ||