Metadata-Version: 1.1
Name: Deployapp
Version: 0.7.16
Summary: 
Deployapp

Deployapp is a simple module to deploy multiple Python or PHP/HTML applications on a single server.

For Python application it uses Virtualenv to isolate each application, Gunicorn+Gevent as the backend server,
Supervisor and Nginx.

For PHP/HTML sites, it just uses the path as it would in normal environment, and you must have php-fpm

Deployapp can also run scripts before and after deployment of the sites.

It can run scripts as standalone, and workers for longer background tasks.

Requirements:
    Nginx
    Gunicorn
    Supervisor
    Gevent
    Virtualenvwrapper

** TESTED ON CENTOS AND WITH PYTHON 2.7

@Author: Mardix
@Copyright: 2015 Mardix
@license: MIT



Home-page: http://github.com/mardix/deployapp/
Author: Mardix
Author-email: mardix@github.com
License: MIT
Download-URL: http://github.com/mardix/deployapp/tarball/master
Description: 
        Deployapp
        
        Deployapp is a simple module to deploy multiple Python or PHP/HTML applications on a single server.
        
        For Python application it uses Virtualenv to isolate each application, Gunicorn+Gevent as the backend server,
        Supervisor and Nginx.
        
        For PHP/HTML sites, it just uses the path as it would in normal environment, and you must have php-fpm
        
        Deployapp can also run scripts before and after deployment of the sites.
        
        It can run scripts as standalone, and workers for longer background tasks.
        
        Requirements:
            Nginx
            Gunicorn
            Supervisor
            Gevent
            Virtualenvwrapper
        
        ** TESTED ON CENTOS AND WITH PYTHON 2.7
        
        @Author: Mardix
        @Copyright: 2015 Mardix
        @license: MIT
        
        
        
Keywords: deploy,flask,gunicorn,django,workers
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
