An open API service indexing awesome lists of open source software.

https://github.com/justquick/django-lighty

Easily deploy multiple Django sites using Lighttpd+FastCGI. Supports load balancing and VirtualEnv projects
https://github.com/justquick/django-lighty

Last synced: 2 months ago
JSON representation

Easily deploy multiple Django sites using Lighttpd+FastCGI. Supports load balancing and VirtualEnv projects

Awesome Lists containing this project

README

          

Django-Lighttpd Documentation
==============================

:Authors:
Justin Quick
:Version: 0.1

Django-Lighty is able to deploy multiple `Django `_ sites using `Lighttpd `_ and `FastCGI `_ in production.
It generates the configuration and manages the FastCGI processes with the ability to reload them independently.
Sites are defined in the db and can be rolled out using a few management commands.
Supports proxying among multiple backends for load balancing.
Provides `Fabric `_ deployment files for pushing out projects to multiple servers.
It plays nicely with `VirtualEnv `_ based projects.

TODO
=======

* Add Fab deploy script
* Test proxying/clustering