Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bretth/woven

[UNMAINTAINED] Woven is a Python library built on Fabric to deploy versioned Django projects served by Apache and Nginx on Linux servers.
https://github.com/bretth/woven

Last synced: 3 months ago
JSON representation

[UNMAINTAINED] Woven is a Python library built on Fabric to deploy versioned Django projects served by Apache and Nginx on Linux servers.

Awesome Lists containing this project

README

        

Woven deploys versioned Django projects onto Linux servers behind Nginx using Apache modwsgi by default. Woven is is built on `Fabric `_.

:doc:`RTFM.`

.. note::

Woven is still alpha software, and the api and conventions may change between versions. It is not recommended for production deployment at this stage. It has been tested (in the most loose sense of the term) using Ubuntu Server 10.04 hosts and greater. It may work on other debian based distributions (reports welcome). It currently *won't* work at all with Windows, due to use of rsync, and needs some work to be compatible with redhat based distributions.