Skip to main content

Some django deploy fabric methods

Project description

### django-deploy

Fabric script that deploys django applications (manages gunicorn) on linux machines with timestamp directories for releases and shared directories for virtualenvs, logs, gunicorn pids, and settings.

Inspired by ruby's capistrano.

#### Usage

``` fab setup ``` and ``` fab deploy ``` and more.

1. Create a directory for your deploy_settings.py
1. Fill template deploy_settings.py.template
1. settings_files in deploy_settings.py is an array of file paths
that have settings related to the deploy. The file paths set
there get copied over to shared/settings on the deploy target
directory. After they are copied over, you may want to set
symlinks between the individual files in your checked out
project directory and the actual files in the shared/settings
directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django_deploys-0.1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page