Skip to content

petry/old_fabric-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django fabric is a quick solution to perform deploy a Django app using nginx and gunicorn


How to Use:

First, change the Variables env.user env.password on deploy/fabfile.py deploy, (for obvious reasons, this user must have sudo permission).

Just run

fab setup

Fab setup will update the system, install nginx, python dependencies of the project, and the application that is in repository.

Any change in application, just run the command

fab deploy

NOTE:

I tested this script using a virtual machine with ubuntu 10.04,
feel free to create a version for your distribution of choice :)

About

some recipes to solution to deploy python applications using nginx and gunicorn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages