Metadata-Version: 1.1
Name: Deployapp
Version: 0.12.12
Summary: A package to deploy sites in virtualenv, run scripts, and deploy workers with supervisor
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 package to deploy multiple Python sites/application in virtualenv.
        
        It also allows you to deploy PHP/HTML applications, run scripts and run workers with Supervisor.
        
        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
        
        Requirements:
            Nginx
            Gunicorn
            Supervisor
            Gevent
            Virtualenvwrapper
            php-fpm
        
        @Author: Mardix
        @Copyright: 2015 Mardix
        @license: MIT
        
        
Keywords: deploy,flask,gunicorn,django,workers,deploy sites
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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
