Metadata-Version: 1.0
Name: minitage.paste.extras
Version: 1.9
Summary: Extension for minitage.paste allowing users to have some server instaces configured on top of projects
Home-page: http://cheeseshop.python.org/pypi/minitage.paste.extras
Author: Mathieu Pasquet
Author-email: kiorky@cryptelium.net
License: BSD
Description: ****************************************************************
        Paste Scripts to install profiles into minitage based projects
        ****************************************************************
        
        .. contents::
        
        What is minitage.paste
        =======================
        
        Those are PasteScripts to help creating out projects living inside minitage.
        You ll find in there:
        
        Projects profiles
        ==================
        
        - minitage.instances.cas: create a cas instance
        - minitage.instances.openldap: create an openldap instance
        
        Usage
        ======
        
        Use throught paster::
        
        easy_install minitage.paste.instances.cas
        paster create -t minitage.instances.cas target_project
        
        NOTES
        =======
        Please look the official documentation for further instructions::
        
        http://minitage.org/paster/instances/index.html
        
        
        
        
        CHANGES
        ==============
        
        
        1.9
        -----
        
        - hosted on pypi
        
        1.8
        ----
        
        - make more senseof pyopenssl extra dependency.
        
        1.6
        ----
        
        - make release helper for CAS maintenance
        - Upgrade cas from 3.3.2 -> 3.3.3
        - Modify the post install CAS message
        
        1.5
        ----
        
        - add delay on init scripts restarts
        
        1.4
        ----
        
        - change default acls on slapd.conf
        
        1.3
        -----
        
        - change openldap ssl default port
        
        1.2
        ----
        
        - renamed in minitage.instance.extras
        - unify the SSL certificates creation and installation path
        
        1.1
        ----
        
        - add a download url add Pypi doesnt support dist > 5 MB
        
        1.0
        --------------
        
        - Initial release
        
        
        
        
        
        
        
        
        
        
Keywords: PasteScripts minitage
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Framework :: Pylons
Classifier: Framework :: Paste
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
