Some django deploy fabric methods
Project description
### django_deploys
Fabric script that deploys git repository based django applications 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. Install: pip install django_deploys 1. Configure: Create a directory for your deploy_settings.py 1. Configure: Fill template deploy_settings.py.template and rename as deploy_settings.py in your recently created directory 1. Configure: Copy your django settings.py to be used for your deployment. 1. Configure: Other configuration options include symlinking directories. 1. Run django_deploys.py setup for the initial run 1. Run django_deploys.py deploy or django_deploys.py update for subsequent runs. deploy will create a timestamped directory in releases and move the current pointer. update will only update the existing current pointer timestamped directory with code and migrations. 1. run django_deploys.py -l from the directory containing the deploy_settings.py to see a full list of available options.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django_deploys-0.1.10.tar.gz
.
File metadata
- Download URL: django_deploys-0.1.10.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 808426a1c095a0b61cbbb16ddcf8e333896e1688241f9658b033e5a3fde77d3d |
|
MD5 | b74c1da228438dfc37fe4b915813a184 |
|
BLAKE2b-256 | 88867a7f091eeac7b7b4809f65c4de1f8e29d7a00af04c07c091012295fa3c5b |