copy__help.txt 783 B

123456789101112131415161718192021222324
  1. 1
  2. Use the sitecopyx.txt inside /copy/example_file/
  3. and save it to /config/ inside your /app folder
  4. 2
  5. modify it (dont need a local path, if you want your current app folder to be synched)
  6. 3
  7. open console and type "cake copy"
  8. 4
  9. at the beginning, either "i" (Init), "c" (Catchup) or "f" (Fetch) are needed to create
  10. a file that contains the current status
  11. if it is not the "app" folder that is supposed to be synched, add "cake", "vendors" or "custom"
  12. cake = root/cake/ folder
  13. vendors = root/vendors folder
  14. custom = no automatic paths (both remote and local paths have to be in the configs)
  15. if a remote or local path is given for either app, cake or vendor configs, they will be used instead
  16. 5
  17. "u" for updating remote files
  18. "s" for synch = updating local files (from remote server)