Changes between Version 4 and Version 5 of UserGuidelines/Admin/Synchronization


Ignore:
Timestamp:
09/24/11 18:53:31 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserGuidelines/Admin/Synchronization

    v4 v5  
    66== Method ==
    77
     8=== Overview ===
     9
     10The synchronization process is controlled entirely from the ''local'' Sahana Eden instance.
     11
     12The local Eden instance runs the scheduler process, and initiates the update requests when due, while the ''remote'' repository merely responds to these requests.
     13
    814[[Image(sync1.png)]]
     15
     16The local Eden instance first downloads the available updates from the remote repository ('''pull''') and imports them into the local database, and then uploads all available updates from the local database to the remote repository ('''push''').
     17
     18Both pull and push are each a RESTful HTTP-request, using S3XML as data format.
    919== Configuration ==
    1020