Kauzz-notes: Difference between revisions

No edit summary
(New page: =Kauzz-Notes= ==Install ZimbraServer on Windows== This writing about ZCS 5.0.7. *install document ZimbraSever/docs/INSTALL-win.txt *note #required installation of specific OpenLDAP. #:d...)
Line 4: Line 4:
This writing about ZCS 5.0.7.
This writing about ZCS 5.0.7.


*see installation document
*install document
*:ZimbraSever/docs/INSTALL-win.txt
ZimbraSever/docs/INSTALL-win.txt


*note
*note
#required Symas OpenLDAP Directory Services.
#required installation of specific OpenLDAP.
#:download it here. http://www.symas.com/
#:download OpenLDAP here. http://www.symas.com/
#edit ZimbraServer/build.xml
#edit ZimbraServer/build.xml
#:delete follow lines because of not including required files.
#:delete lines about importing Search Folder and Briefcase because of missing these files to import.
<code>
 
<echo>Creating default search folders: ${account-to-inject.email}</echo>
  <java classname="com.zimbra.common.soap.SoapTestHarness" fork="true" classpathref="class.path"
              failonerror="true">
    <sysproperty key="SAMPLE_USER" value="${account-to-inject.email}"/>
    <arg line="-s -f data/soap/samplesearchfolders.xml"/>
  </java>
 
<echo>Importing files into Briefcase for ${account-to-inject.email}</echo>
  <java classname="com.zimbra.cs.account.ProvUtil" fork="true" classpathref="class.path" failonerror="true">
      <arg line="impn ${account-to-inject.email} data/briefcase/user1 Briefcase"/>
  </java>
 
</code>




[[Category:Community Sandbox]]
[[Category:Community Sandbox]]

Revision as of 07:11, 16 July 2008

Kauzz-Notes

Install ZimbraServer on Windows

This writing about ZCS 5.0.7.

  • install document

ZimbraSever/docs/INSTALL-win.txt

  • note
  1. required installation of specific OpenLDAP.
    download OpenLDAP here. http://www.symas.com/
  2. edit ZimbraServer/build.xml
    delete lines about importing Search Folder and Briefcase because of missing these files to import.
Jump to: navigation, search