Metadata-Version: 1.1
Name: django_deploys
Version: 0.1.9
Summary: Some django deploy fabric methods
Home-page: https://github.com/rpq/django_deploys
Author: Ramon Paul Quezada
Author-email: rpq@winscores.com
License: MIT_LICENSE.txt
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.
        
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
