Changeset 2556

Show
Ignore:
Timestamp:
10/11/07 23:31:35 (1 year ago)
Author:
miciu
Message:

updated configuration instructions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sync4j/plugin/trunk/README

    r2555 r2556  
    66notes and todos. 
    77 
     8Configuration follows the usual opensync procedure. Here's an example how 
     9to create a synchronization group with sync4j and file-sync: 
     10 
     11$ msynctool --addgroup sync4jfile 
     12$ msynctool --addmember sync4jfile syncml-client 
     13$ msynctool --addmember sync4jfile file-sync 
     14$ msynctool --configure sync4jfile 1 
     15 
     16This will open an editor and you are required to set some minimal settings (most 
     17are already set to a reasonable default value). 
     18In node <Auth> set your credentials. 
     19In node <Conn> set the url. 
     20In node <Sources> adapt <uri> to point to the correct database. 
     21 
     22$ msynctool --configure sync4jfile 1 
     23Configure the file-sync plugin 
     24 
     25$ msynctool --discover sync4jfile 1 
     26$ msynctool --discover sync4jfile 2 
     27 
     28Now make a sync 
     29$ msynctool --sync sync4jfile 
     30 
     31 
     32 
     33