Changes between Version 5 and Version 6 of UserGuidelines/Admin/Synchronization
- Timestamp:
- 09/24/11 19:06:31 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserGuidelines/Admin/Synchronization
v5 v6 19 19 == Configuration == 20 20 21 === Worker === 22 23 The synchronization jobs are performed by a separate asynchronous web2py ''worker'' process at the local site. 24 25 The worker process, open a shell on the local server, change into the web2py home directory and run: 26 27 {{{ 28 python web2py.py -K eden -Q 29 }}} 30 31 ''(replace "eden" with the name of your Sahana Eden application)'' 32 33 ---- 21 34 22 35 See [wiki:S3/Synchronization] 36 See [wiki:S3/Synchronization]