[Checkins] SVN: ldappas/trunk/INSTALL.txt Add some INSTALL instructions.

Martijn Faassen faassen at infrae.com
Fri Sep 22 11:09:42 EDT 2006


Log message for revision 70338:
  Add some INSTALL instructions.
  

Changed:
  A   ldappas/trunk/INSTALL.txt

-=-
Added: ldappas/trunk/INSTALL.txt
===================================================================
--- ldappas/trunk/INSTALL.txt	2006-09-22 15:06:30 UTC (rev 70337)
+++ ldappas/trunk/INSTALL.txt	2006-09-22 15:09:41 UTC (rev 70338)
@@ -0,0 +1,21 @@
+Installing ldappas with buildout
+================================
+
+To install ldappas with buildout for development purposes, do the
+following:
+
+  $ python bootstrap/bootstrap.py
+  $ bin/bootstrap
+
+This will install a Zope 3 instance and install ldappas and
+ldapadapter into it.
+
+To run the tests:
+
+  $ bin/test-ldappas
+
+To run the ldapadapter tests:
+
+  $ bin/test-ldapadapter
+
+



More information about the Checkins mailing list