Changes

From SME Server
Jump to navigationJump to search
306 bytes added ,  10:06, 8 May 2010
Line 242: Line 242:     
Until we work out how to add the database settings directly into the funambol database, use the funambol-admin tool to create the sync sources as described in the SOGo documentation. Then create and expand the template files as described below to overwrite the XML files with the SOGo database password included.
 
Until we work out how to add the database settings directly into the funambol database, use the funambol-admin tool to create the sync sources as described in the SOGo documentation. Then create and expand the template files as described below to overwrite the XML files with the SOGo database password included.
 +
 +
The SQL required is:
 +
 +
INSERT INTO `fnbl_sync_source` (`uri`, `config`, `name`, `sourcetype`) VALUES
 +
('sogo-cal', 'sogo/sogo/sogo/sogo-cal.xml', 'sogo-cal', 'sogo'),
 +
('sogo-card', 'sogo/sogo/sogo/sogo-card.xml', 'sogo-card', 'sogo'),
 +
('sogo-todo', 'sogo/sogo/sogo/sogo-todo.xml', 'sogo-todo', 'sogo');
    
=== Configuring the Calendar Sync connection ===
 
=== Configuring the Calendar Sync connection ===
374

edits

Navigation menu