Metadata-Version: 1.0
Name: opengever.mysqlconfig
Version: 1.1.2
Summary: configures the mysql as database engine
Home-page: https://github.com/4teamwork/opengever.mysqlconfig
Author: 4teamwork AG
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: opengever.mysqlconfig
        =====================
        
        
        ``opengever.mysqlconfig`` configures mysql as database used by ogds and
        global index. The configuration bases on ``z3c.saconfig``.
        
        Configuration
        --------------
        
        :Username: opengever
        :Password: opengever
        :Database: opengever
        :Hostname: localhost
        :Engine: mysql
        :Engine name: opengever.db
        :Session name: opengever
        
        Installation
        -------------
        
        There is a script ``create_database.sql`` which creates a new the database
        and grants access for the user on the database.
        
        Just run following command on your shell::
        
            $ cd src/opengever.mysqlconfig/opengever/mysqlconfig
            $ mysql -uroot -p < create_database.sql
        
        Links
        =====
        
        * Main github project repository: https://github.com/4teamwork/opengever.mysqlconfig 
        * Issue tracker: https://github.com/4teamwork/opengever.mysqlconfig/issues
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``opengever.mysqlconfig`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        1.1.2 (2014-02-18)
        ------------------
        
        - Moved package to GitHub.
          [lknoepfel]
        
        
        1.1.1 (2013-08-14)
        ------------------
        
        - Corrected initial database name.
          [deif]
        
        
        1.1 (2012-11-28)
        ----------------
        
        - Dropped Plone 4.1 compatibility. Only 4.2 and up are supported.
          [lgraf]
        
        
        
        1.0.1 (2012-09-12)
        ------------------
        
        - Added important configuration options in the mysql db conf and creation script.
          [phgross]
        
        
        
        
        1.0 (2011-11-17)
        ----------------
        
        - Initial release
        
Keywords: opengever mysql config
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Framework :: Zope3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
