Zidestore on Debian: Difference between revisions

From DWIKI
No edit summary
 
No edit summary
Line 13: Line 13:
#now run these
#now run these
su - ogo
su - ogo
Defaults write ZideStore ZLFolderRefresh 1  
 
Defaults write ZideStore ZLFolderRefresh 1  
  Defaults write ZideStore WOPort "localhost:23000"  
  Defaults write ZideStore WOPort "localhost:23000"  
  Defaults write ZideStore SxExplain YES  
  Defaults write ZideStore SxExplain YES  
Line 24: Line 25:
su - ogo
su - ogo
/usr/sbin/ogo-zidestore-1.5 > /tmp/zidestorelog 2>&1 &
/usr/sbin/ogo-zidestore-1.5 > /tmp/zidestorelog 2>&1 &
to connect Sunbird:
have WebDAV point to http://your.server/zidestore/so/yourname/calendar.ics

Revision as of 14:04, 26 June 2006

in httpd.conf: (TODO find better location)

  1. ZideStore

<LocationMatch "^/zidestore/*">

SetHandler ngobjweb-adaptor 
SetAppPort 23000 

</LocationMatch> Alias /zidestore/so/image /usr/lib/opengroupware.org/WOApps/ZideStore.woa/WebServerResources


  1. restart apache
  1. now run these

su - ogo

Defaults write ZideStore ZLFolderRefresh 1 
Defaults write ZideStore WOPort "localhost:23000" 
Defaults write ZideStore SxExplain YES 
Defaults write ZideStore WOCachingEnabled YES 
Defaults write ZideStore WOHttpTransactionUseSimpleParser YES 
Defaults write ZideStore WOHttpAllowHost localhost 


  1. to start zidestore

su - ogo /usr/sbin/ogo-zidestore-1.5 > /tmp/zidestorelog 2>&1 &


to connect Sunbird: have WebDAV point to http://your.server/zidestore/so/yourname/calendar.ics