Zidestore on Debian: Difference between revisions

From DWIKI
No edit summary
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
in httpd.conf: (TODO find better location)
in httpd.conf: (TODO find better location)


#ZideStore  
#ZideStore  
<LocationMatch "^/zidestore/*">  
<LocationMatch "^/zidestore/*">  
SetHandler ngobjweb-adaptor  
  SetHandler ngobjweb-adaptor  
SetAppPort 23000  
  SetAppPort 23000  
</LocationMatch>  
</LocationMatch>  
Alias /zidestore/so/image /usr/lib/opengroupware.org/WOApps/ZideStore.woa/WebServerResources  
Alias /zidestore/so/image /usr/lib/opengroupware.org/WOApps/ZideStore.woa/WebServerResources  
   
   


#restart apache
restart apache


#now run these
now run these
su - ogo
 
Defaults write ZideStore ZLFolderRefresh 1  
su - ogo
 
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 21: Line 23:




#to start zidestore
to start zidestore
su - ogo
 
/usr/sbin/ogo-zidestore-1.5 > /tmp/zidestorelog 2>&1 &
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

Latest revision as of 14:05, 26 June 2006

in httpd.conf: (TODO find better location)

#ZideStore 
<LocationMatch "^/zidestore/*"> 
 SetHandler ngobjweb-adaptor 
 SetAppPort 23000 
</LocationMatch> 
Alias /zidestore/so/image /usr/lib/opengroupware.org/WOApps/ZideStore.woa/WebServerResources 

restart apache

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 


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