Guest User

Untitled

a guest
May 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. (in /Users/alex/Development/zeitgeist/index-store)
  2. rake dev:deploy # Execute the full deploy cycle in dev
  3. rake dev:install # Fetch the correct artifact and install it in the releases directory in dev
  4. rake dev:restart # Restart the application in dev
  5. rake dev:rollback # Rollback to the previous release (if possible) in dev
  6. rake dev:setup # Setup the basic directory structure for installs in dev
  7. rake dev:start # Start the application in dev
  8. rake dev:status # Check application status in dev
  9. rake dev:stop # Stop the application in dev
  10. rake prod:deploy # Execute the full deploy cycle in prod
  11. rake prod:install # Fetch the correct artifact and install it in the releases directory in ...
  12. rake prod:restart # Restart the application in prod
  13. rake prod:rollback # Rollback to the previous release (if possible) in prod
  14. rake prod:setup # Setup the basic directory structure for installs in prod
  15. rake prod:start # Start the application in prod
  16. rake prod:status # Check application status in prod
  17. rake prod:stop # Stop the application in prod
  18. rake shovel:deploy # Execute the full deploy cycle
  19. rake shovel:install # Fetch the correct artifact and install it in the releases directory
  20. rake shovel:restart # Restart the application
  21. rake shovel:rollback # Rollback to the previous release (if possible)
  22. rake shovel:setup # Setup the basic directory structure for installs
  23. rake shovel:start # Start the application
  24. rake shovel:status # Check application status
  25. rake shovel:stop # Stop the application
  26. rake smoke:deploy # Execute the full deploy cycle in smoke
  27. rake smoke:install # Fetch the correct artifact and install it in the releases directory in ...
  28. rake smoke:restart # Restart the application in smoke
  29. rake smoke:rollback # Rollback to the previous release (if possible) in smoke
  30. rake smoke:setup # Setup the basic directory structure for installs in smoke
  31. rake smoke:start # Start the application in smoke
  32. rake smoke:status # Check application status in smoke
  33. rake smoke:stop # Stop the application in smoke
  34. rake zgst:deploy # Execute the full deploy cycle in zgst
  35. rake zgst:install # Fetch the correct artifact and install it in the releases directory in ...
  36. rake zgst:restart # Restart the application in zgst
  37. rake zgst:rollback # Rollback to the previous release (if possible) in zgst
  38. rake zgst:setup # Setup the basic directory structure for installs in zgst
  39. rake zgst:start # Start the application in zgst
  40. rake zgst:status # Check application status in zgst
  41. rake zgst:stop # Stop the application in zgst
Add Comment
Please, Sign In to add comment