Metadata-Version: 1.1
Name: deploytk
Version: 0.1.6
Summary: A framework for distributed job management
Home-page: https://github.com/moertle/deploy.tk
Author: Matthew Oertle
Author-email: moertle@gmail.com
License: BSD
Description: deploy.tk
        =========
        
        A framework for distributed job management.
        
        Uses `pyaas <https://github.com/moertle/pyaas>`_ and `Avispa <https://github.com/moertle/avispa>`_ by Matthew Oertle.
        
        Also uses `Bootstrap <http://www.getbootstrap.com>`_, `backbone.js <http://backbonejs.org>`_, and `jQuery <http://jquery.com>`_.
        
        
        Usage
        -----
        
        ::
        
            # install deploy.tk
            pip install deploytk
        
            # initialize the database
            deploy-manager --initdb
        
            # start the manager
            deploy-manager
        
        Browse to http://localhost:8080/ to login to site.
        
        The forman can be run from multiple machines. To run the forman on a remote machine modify the config ``example/etc/deploytk/foreman.ini`` and modify the ``manager`` field to point to the address of the manager. ``localhost`` is the default.
        
        ::
        
            # start the foreman
            deploy-foreman
        
            # - or -
            deploy-foreman --manager <name or ip of manager>
        
        Hosted at `GitHub <https://github.com/moertle/deploy.tk>`_ and `PyPi <https://pypi.python.org/pypi/deploytk>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
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.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
