Deployment Platform/Gateway: Difference between revisions
| Line 49: | Line 49: | ||
=== Synchronization with master node === | === Synchronization with master node === | ||
Note that newly installed Sugar Network node will be empty, its content should be fetched from the master node. | |||
If school server has Internet connectivity, launch {{Code|sugar-network-node}} and start online synchronization: | |||
sugar-network-node online-sync | |||
If only [[wikipedia:Sneakernet|sneakernet]] is available: | |||
sugar-network-node offline-sync ''PATH-TO-PLACE-SYNCHRONIZATION-FILES'' | |||
Last command path will contain files that should be uploaded to the master to download response. Postponed synchronization will happen by running {{Code|sugar-network-sync}} shell script (which will be created by {{Code|offline-sync}} command in targeting path) in environment with Internet connectivity. Then, re-run {{Code|offline-sync}} command specifying path with new file synchronization files. | |||
== Client side == | == Client side == | ||