Klaus: Difference between revisions
imported>Fin444 Fix faulty information about repo locations |
mNo edit summary |
||
(5 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 38: | Line 38: | ||
}; | }; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Web Applications]] |