Guest User

Untitled

a guest
Jun 4th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. cherodney@cherodney:/var/www/mateme$ cap deploy:setup
  2. Do you want to stage this deployment? (y/n): y
  3. Domain you are deploying to (IP Address or Hostname): 192.168.1.18
  4. Pull from current machine (192.168.1.57)? (y/n): y
  5. * executing `deploy:setup'
  6. * executing "sudo -p 'sudo password: ' mkdir -p /var/www/staging /var/www/staging/releases /var/www/staging/shared /var/www/staging/shared/system /var/www/staging/shared/log /var/www/staging/shared/pids && sudo -p 'sudo password: ' chmod g+w /var/www/staging /var/www/staging/releases /var/www/staging/shared /var/www/staging/shared/system /var/www/staging/shared/log /var/www/staging/shared/pids"
  7. servers: ["192.168.1.18"]
  8. [192.168.1.18] executing command
  9. command finished
  10. triggering after callbacks for `deploy:setup'
  11. * executing `init:config:database'
  12. Create database configuration? (y/n): y
  13. database: openmrs
  14. database user: openmrs
  15. database password:
  16. * executing "mkdir -p /var/www/staging/shared/config"
  17. servers: ["192.168.1.18"]
  18. [192.168.1.18] executing command
  19. command finished
  20. servers: ["192.168.1.18"]
  21. ** sftp upload #<StringIO:0xb76d67b4> -> /var/www/staging/shared/config/database.yml
  22. [192.168.1.18] /var/www/staging/shared/config/database.yml
  23. [192.168.1.18] done
  24. * sftp upload complete
  25. * executing `init:config:cron'
  26. Create cron jobs? (y/n): y
  27. * executing "mkdir -p /var/www/staging/shared/backup"
  28. servers: ["192.168.1.18"]
  29. [192.168.1.18] executing command
  30. command finished
  31. * executing "echo 'Current cron configuration'"
  32. servers: ["192.168.1.18"]
  33. [192.168.1.18] executing command
  34. ** [out :: 192.168.1.18] Current cron configuration
  35. command finished
  36. * executing "crontab -l; echo ---"
  37. servers: ["192.168.1.18"]
  38. [192.168.1.18] executing command
  39. *** [err :: 192.168.1.18] no crontab for deploy
  40. ** [out :: 192.168.1.18] ---
  41. command finished
  42. servers: ["192.168.1.18"]
  43. ** sftp upload #<StringIO:0xb76ba58c> -> /var/www/staging/shared/scripts/cron
  44. [192.168.1.18] /var/www/staging/shared/scripts/cron
  45. [192.168.1.18] done
  46. * sftp upload complete
  47. * executing "cat /var/www/staging/shared/scripts/cron | crontab -"
  48. servers: ["192.168.1.18"]
  49. [192.168.1.18] executing command
  50. command finished
  51. cherodney@cherodney:/var/www/mateme$
Add Comment
Please, Sign In to add comment