[Checkins] SVN: Sandbox/ulif/megrok.login/README.txt Update docs.

Uli Fouquet uli at gnufix.de
Fri Dec 26 10:58:04 EST 2008


Log message for revision 94350:
  Update docs.

Changed:
  U   Sandbox/ulif/megrok.login/README.txt

-=-
Modified: Sandbox/ulif/megrok.login/README.txt
===================================================================
--- Sandbox/ulif/megrok.login/README.txt	2008-12-26 15:57:39 UTC (rev 94349)
+++ Sandbox/ulif/megrok.login/README.txt	2008-12-26 15:58:03 UTC (rev 94350)
@@ -25,48 +25,14 @@
 See detailed documentation below for details on finetuning
 authentication with ``megrok.login``.
 
+
 Installation
 ============
 
-Using ``megrok.login`` in a Grok project
-----------------------------------------
-
-As ``megrok.login`` is not released yet, you have to grab the sources
-manually and then register it with buildout.
-
-1) Go to your Grok project root directory::
-
-  $ cd MyProject
-
-2) Get the sources::
-
-    $ svn co svn://svn.zope.org/repos/main/Sandbox/ulif/megrok.login \
-        megrok.login
-
-   This will create the sources in your project root.
-
-3) Register the created dir with buildout.
-
-   Edit ``buildout.cfg`` and add ``megrok.login`` at the ``develop``
-   entry::
-
-     [buildout]
-     develop = . megrok.login
-     parts = eggbasket app data zopectl ...
-     ....
-
-4) Run buildout::
-
-
-    $ ./bin/buildout
-
-5) Use ``megrok.login`` in your code::
-
-    
-  
-
 1) Add `megrok.login` to the dependencies in your ``setup.py``.
 
 2) Run::
 
   $ ./bin/buildout
+
+3) Use ``megrok.login`` in your code.



More information about the Checkins mailing list