Skip to content

optimum-web/flask-fabric-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask-fabric-deploy

Fabric scripts to deploy projects using Python, Pip, Bower, Gunicorn and Supervisor (tested with Flask on Debian).

Usage

Edit settings.py and servers.py according to your needs

fab setup_debian 
fab deploy
fab setup_server
fab restart

NB : Your project hould have a wsgi.py file to run the application

TODO

  • Auto write Flask config file
  • Add support for Chef / Ansible

About

Fabric scripts to deploy projects made with Python / Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.4%
  • Smarty 15.6%