Metadata-Version: 1.1
Name: interlegis.recipe.sapl
Version: 1.0a3
Summary: Recipe to create SAPL as part of a buildout run
Home-page: https://github.com/interlegis/interlegis.recipe.sapl
Author: Gustavo Lepri
Author-email: gustavolepri@gmail.com
License: ZPL
Description: Introduction
        ************
        
        This recipe enables you to create SAPL as part of a buildout run.
        
        .. contents::
        
        - Code repository: https://github.com/interlegis/interlegis.recipe.sapl
        - Report bugs at https://github.com/collective/interlegis.recipe.sapl/issues
        
        Detailed Documentation
        **********************
        
        Supported options
        =================
        
        The recipe supports the following options:
        
        sapl-id
            The id of the SAPL that the script will create.
            Default: sapl
        
        admin-user
            The id of an admin user that will be used as the ``Manager``.
            Default: ``admin``
        
        container-path
            The path (relative from Zope root) to the container that should hold sapl_documentos.
            It's important to inform the full path, including the SAPL container.
            Default: ``/sapl/sapl_documentos``
        
        mysql-user
            The user of an admin user that will be used to create the database, tables and SAPL MySQL user.
            Default: ``root``
        
        mysql-pass
            The password of mysql-user.
            Default: ``root``
        
        mysql-host
            The mysql host
            Default: ``localhost``
        
        mysql-db
            The mysql database name that will be created. If database name is different
            than the default name, it's necessary to change it in the MySQL connector.
            Default: ``interlet``
        
        add-mountpoint
            Adds the ZODB Mount Point at the path specified by ``container-path``
        
        Contributors
        ************
        
        - Gustavo Lepri [lepri], Author
        
        
        Change history
        **************
        
        1.0a3 (2015-03-03)
        ==================
        
        - Verificação da existência da base do SAPL para evitar drop das tabeleas
          [@lepri]
        
        
        1.0a2 (2014-10-30)
        ==================
        
        - Nothing changed yet.
        
        
        1.0a1 (2014-10-07)
        ==================
        
        - Estrutura inicial
          [@lepri]
        
        Download
        ********
        
Keywords: sapl interlegis buildout recipe
Platform: UNKNOWN
Classifier: Framework :: Buildout
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Zope Public License
