-----   Quick start instructions -----

Please see also the Zope online help accessible from the
Zope Management Interface (ZMI).

Zope Install
------------

Just put this folder into the Zope Products directory
It's usualy one of :

  - /usr/local/zope/lib/python/Products/  [manual install]
  - /usr/lib/zope/lib/python/Products/    [Fedora]
  - /usr/lib/zope2.7/lib/python/Products/ [debian]


CAS Activation
--------------

In the ZMI, add a ACASUserFolder in a test folder.
Then you have just to fill the CAS server URL's and use the test
panel of ACASUserFolder which is filled with instructions.

Do not forget that CAS needs some customs buttons to logins users.
Examples are accessible via the ZMI online help.


Plone Install
-------------

There is a Plone QuickInstaller Feature that provides
simple but powerfull Zope Page Templates (ZPT) which are 
customized versions of Plone Standard Login portlets.

1) Add an ACASUserFolder into your GroupUserFolder sources
   from "plone-site/acl_users"

   With default settings, CAS will not be used yet.

2) Go to :

      Plone Config -> Add/Remove Products 

  Then install ACASUserFolder.

  Now it (should) work by clicking on the [CAS Login] button
  in Plone. Be sure to logout from admin before this test.
  (i.e. close your browser)




