Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bretth/woven
- Owner: bretth
- License: bsd-3-clause
- Created: 2010-06-21T05:58:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-23T12:03:36.000Z (about 13 years ago)
- Last Synced: 2024-08-18T16:19:53.639Z (4 months ago)
- Language: Python
- Homepage: http://readthedocs.org/docs/woven
- Size: 589 KB
- Stars: 106
- Watchers: 4
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
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.