Commit 5f5175be authored by Sebastien Robin's avatar Sebastien Robin

doc updated


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@357 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 036a6c6d
......@@ -14,5 +14,28 @@ Setting up Synchronization
Installing the synchronization tool
Actually you need to add a 'CMFMailin Tool', there is nothing to configure.
Then you have to make sure you get the right mail_received.py. And
Finally you should add the ERP5SyncML Tool.
\ No newline at end of file
Then you have to make sure you get the right mail_received.py.
You can find the mail_received inside the ERP5CPS/skins/ folder. You can
just make a copy inside your ZODB.
And finally you should add the ERP5SyncML Tool.
Inside the synchronization tool, the publication should looks like this ::
id : Repository
Publication Url : cps_server@localhost
Destination Path : /cps/portal_repository
Query : objectValues (it will be completed automatically)
XML Mapping : asXML
Inside the synchronization tool, the subscription should looks like this ::
id : Repository
Publication Url : cps_server@localhost
Subscription Url : cps_client@localhost
Destination Path : /cps_client/portal_repository
Query : objectValues (it will be completed automatically)
XML Mapping : asXML
Then you have to go on the subscription and hit 'Sync'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment