Changeset 1095
- Timestamp:
- 06/17/11 11:23:06 (11 months ago)
- Location:
- trunk
- Files:
-
- 2 removed
- 4 modified
-
INSTALL (modified) (2 diffs)
-
install.sh (modified) (1 diff)
-
install_centos.sh (deleted)
-
install_debian.sh (deleted)
-
lib/middleware/install_ldap.sh (modified) (1 diff)
-
lib/template/config_slapd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/INSTALL
r949 r1095 52 52 53 53 # wget --no-check-certificate -P /tmp \ 54 https://svn.math.cnrs.fr/placodev/tags/stable/install _debian.sh54 https://svn.math.cnrs.fr/placodev/tags/stable/install.sh 55 55 56 56 * run it : 57 57 58 # chmod +x /tmp/install _debian.sh59 # /tmp/install _debian.sh58 # chmod +x /tmp/install.sh 59 # /tmp/install.sh 60 60 61 61 * reboot the host … … 90 90 91 91 # wget --no-check-certificate -P /tmp \ 92 https://svn.math.cnrs.fr/placodev/trunk/install _debian.sh92 https://svn.math.cnrs.fr/placodev/trunk/install.sh 93 93 94 94 * run it : 95 95 96 # chmod +x /tmp/install _debian.sh97 # /tmp/install _debian.sh -d wc_dir96 # chmod +x /tmp/install.sh 97 # /tmp/install.sh -d wc_dir 98 98 99 99 where wc_dir is the choosen local svn working-copy directory for the -
trunk/install.sh
r1094 r1095 181 181 then 182 182 # mode devel 183 #lastest="trunk" 184 #depot=${repo}/trunk/ 185 lastest="branches/1.x" 186 depot=${repo}/branches/1.x/ 183 lastest="trunk" 184 depot=${repo}/trunk/ 187 185 srcdir=${opt_d%%/} 188 186 libdir=$srcdir/lib -
trunk/lib/middleware/install_ldap.sh
r1094 r1095 7 7 placomgr put config_initialtree_slapd /root/config_initialtree_slapd $* 8 8 placomgr rexec install_slapd.ex $* 9 placomgr put config_slapd openldap_config$*9 placomgr put config_slapd {openldap_config} $* 10 10 placomgr rexec initialize_ldap_db.ex $* -
trunk/lib/template/config_slapd
r1094 r1095 63 63 # rootdn directive for specifying a superuser on the database. This is needed 64 64 # for syncrepl. 65 # rootdn "cn=admin,{!$ldap_root!}" 65 rootdn "cn=admin,{!$ldap_root!}" 66 rootpw "{!$ldap_root_pw!}" 66 67 67 68 # Where the database file are physically stored for database #1
![(please configure the [header_logo] section in trac.ini)](/logo-cnrs.jpg)