[zopeorg-checkins] CVS: NZO_SiteLayout - Makefile.ldap-client:1.1 Makefile.ldap-server:1.1 README.txt:1.3 ldap_targets.mk:1.2 Makefile.ldap:NONE

Chris McDonough chrism at zope.com
Wed May 1 14:16:11 EDT 2002


Update of /cvs-zopeorg/NZO_SiteLayout
In directory cvs.zope.org:/tmp/cvs-serv23540

Modified Files:
	README.txt ldap_targets.mk 
Added Files:
	Makefile.ldap-client Makefile.ldap-server 
Removed Files:
	Makefile.ldap 
Log Message:
LDAP sync.


=== Added File NZO_SiteLayout/Makefile.ldap-client ===
########################################################################
#   LDAP Makefile
########################################################################

#-----------------------------------------------------------------------
#   Tools
#-----------------------------------------------------------------------
include tools.mk

#-----------------------------------------------------------------------
#   CVS dependencies
#-----------------------------------------------------------------------
include cvs.mk

#-----------------------------------------------------------------------
#   Version selectors
#
#   Override / add / remove these defines according to your needs (see
#   cvs.mk for other known chcckouts).
#-----------------------------------------------------------------------

include ldap_targets.mk

#-----------------------------------------------------------------------
#   Target selectors
#
#   Add / remove here ass appropriate.
#-----------------------------------------------------------------------
OPT_TARGETS=\
${LDAP_CLIENT_OPT_TARGETS} \

SRC_TARGETS=\
${LDAP_CLIENT_SRC_TARGETS}

ROOT_TARGETS=\
${LDAP_CLIENT_ROOT_TARGETS}

USAGE_TARGETS=\
ldap_usage \

include standard_targets.mk

#=======================================================================
#   Recipes
#=======================================================================

include ldap_recipes.mk

#-----------------------------------------------------------------------
#	Generic rules
#-----------------------------------------------------------------------

${BASE_DIR}/src:
	${MKDIR} ${BASE_DIR}/src


=== Added File NZO_SiteLayout/Makefile.ldap-server ===
########################################################################
#   LDAP Makefile
########################################################################

#-----------------------------------------------------------------------
#   Tools
#-----------------------------------------------------------------------
include tools.mk

#-----------------------------------------------------------------------
#   CVS dependencies
#-----------------------------------------------------------------------
include cvs.mk

#-----------------------------------------------------------------------
#   Version selectors
#
#   Override / add / remove these defines according to your needs (see
#   cvs.mk for other known chcckouts).
#-----------------------------------------------------------------------

include ldap_targets.mk

#-----------------------------------------------------------------------
#   Target selectors
#
#   Add / remove here ass appropriate.
#-----------------------------------------------------------------------
OPT_TARGETS=\
${LDAP_SERVER_OPT_TARGETS} \

SRC_TARGETS=\
${LDAP_SERVER_SRC_TARGETS}

USAGE_TARGETS=\
ldap_usage \

include standard_targets.mk

#=======================================================================
#   Recipes
#=======================================================================

include ldap_recipes.mk

#-----------------------------------------------------------------------
#	Generic rules
#-----------------------------------------------------------------------

${BASE_DIR}/src:
	${MKDIR} ${BASE_DIR}/src


=== NZO_SiteLayout/README.txt 1.2 => 1.3 ===
+Instructions for installing a new.zope.org appserver from scratch:
 
   - Set up a machine with the latest RedHat Linux release.  Ensure that the
     at least the following subsystems are installed::
@@ -7,11 +7,7 @@
       emacs
       vim
       X11
-
-    NOTE: The software buildout has no dependency on the system Python
-    or Apache, or Zope, so it doesn't matter too much which packages
-    are installed as long as bash, cvs, gcc and C development tools
-    exist.
+      openldap
 
   - As the root user, create a "zope" user on the newly set up system::
 
@@ -55,9 +51,13 @@
 
   - Use the site-layout facility to install the python-ldap Python module::
 
-      $ site-layout/buildout ldap
+      $ site-layout/buildout ldap-client
         {churn, churn, churn}
 
+    When the process is finished, some software will be added to both
+    'src' and 'opt', and the local Python will have the python-ldap
+    module installed via distutils.
+
   - Use the site-layout facility to install an INSTANCE_HOME directory and
     requisite Zope products::
 
@@ -80,5 +80,4 @@
      INSTANCE_MONITOR_PORT={monitor TCP port, default "None"}
      INSTANCE_PASSWD={password for access and inituser files, default "123"}
 
-  (needs to be finished)
 


=== NZO_SiteLayout/ldap_targets.mk 1.1 => 1.2 ===
 src/openldap-2.0.23: CVS_TAG=
 
-LDAP_SRC_TARGETS=\
+LDAP_SERVER_SRC_TARGETS=\
 src/openldap-2.0.23 \
+
+LDAP_CLIENT_SRC_TARGETS=\
 src/python-ldap-2.0.0pre04 \
 
-LDAP_OPT_TARGETS=\
+LDAP_SERVER_OPT_TARGETS=\
 opt/openldap \
+
+LDAP_CLIENT_OPT_TARGETS=\
 opt/python-ldap \
 
-LDAP_ROOT_TARGETS=\
+LDAP_CLIENT_ROOT_TARGETS=\
 opt/Python2/lib/python2.1/site-packages/ldap \
 
 

=== Removed File NZO_SiteLayout/Makefile.ldap ===






More information about the zopeorg-checkins mailing list