Metadata-Version: 1.0
Name: zopeskel.unis
Version: 1.2
Summary: Different kind of buildout templates used by Quadra-Informatique
Home-page: http://github.com/collective/zopeskel.unis
Author: Quadra-Informatique
Author-email: plone@quadra-informatique.fr
License: GPL
Description: Introduction
        ============
        
        This egg contain some paste templates to help to build a plone architecture
        with as less knowledge as possible about python and Plone. The first target is 
        Debian Lenny up-to-date with the lenny-backports repository enabled. In a 
        second time Debian Squeeze and Ubuntu LTS should be added. No ReadHat, Suse , 
        Mandriva or any RPM-based linux is in the roadmap.
        
        The docs directory contains all necessary steps about server configuration
        before to install this egg. These documents can be distributed separately under
        the specified license in each of them. 
        
        These templates was initiated by the UNIS Team of the ENS de Lyon 
        <unis@ens-lyon.fr> and by Quadra Informatique <plone@quadra-informatique.fr>.
        
        The CECILL-B license is a BSD like license. The english and the french version 
        are available in this directory. If you want to make patch or to send us a
        success story you can use the mail addresses above.
        
        
        UNIS Skells Usage
        ===================
        
        Skells allows you to quickly configure a new project following its need.
        
        
        
        Project preparation
        -------------------
        
        ::
        
          cd ~/
          mkdir project
          cd project
          /opt/python/python2.6/bin/virtualenv .
          source bin/activate
        
        At this step verify that your Python interpreter is a python 2.6
        
        ::
        
          $ python
          Python 2.6.6 (r266:84292, Nov  9 2010, 04:51:52)
          ...
        
        Now you can install our architecture dependencies for Plone 4
        
        ::
        
          easy_install python-ldap
          easy_install psycopg2
          easy_install lxml==2.2.8
          easy_install celementtree
          easy_install ZopeSkel
          easy_install zopeskel.unis
        
        
        You should create an user in your postgres database
        
        ::
        
          sudo -u postgres createuser -e -d -i -l -P -R -S  plone
        
        
        Changelog
        =========
        
         1.1   2010-11-10
        -----------------
        
        - Add usage documentation in the package description
          [encolpe]
        
         1.0   2010-11-10
        -----------------
        
        - Initial release
          [encolpe]
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
