****************************************************************
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


