Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2011
606
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.40 KB | None | 0 0
  1. cap bundle:install                       # Install the current Bundler enviro...
  2. cap deploy                               # Deploys your project.
  3. cap deploy:check                         # Test deployment dependencies.
  4. cap deploy:cleanup                       # Clean up old releases.
  5. cap deploy:cold                          # Deploys and starts a `cold' applic...
  6. cap deploy:migrate                       # Run the migrate rake task.
  7. cap deploy:migrations                    # Deploy and run pending migrations.
  8. cap deploy:notify_hoptoad                # Notify Hoptoad of the deployment
  9. cap deploy:pending                       # Displays the commits since your la...
  10. cap deploy:pending:diff                  # Displays the `diff' since your las...
  11. cap deploy:rollback                      # Rolls back to a previous version a...
  12. cap deploy:rollback:code                 # Rolls back to the previously deplo...
  13. cap deploy:setup                         # Prepares one or more servers for d...
  14. cap deploy:start                         # Start the application servers.
  15. cap deploy:stop                          # Stop the application servers.
  16. cap deploy:symlink                       # Updates the symlink to the most re...
  17. cap deploy:update                        # Copies your project and updates th...
  18. cap deploy:update_code                   # Copies your project to the remote ...
  19. cap deploy:upload                        # Copy files to the currently deploy...
  20. cap deploy:web:disable                   # Present a maintenance page to visi...
  21. cap deploy:web:enable                    # Makes the application web-accessib...
  22. cap invoke                               # Invoke a single command on the rem...
  23. cap shell                                # Begin an interactive Capistrano se...
  24. cap thinking_sphinx:configure            # Generate the Sphinx configuration ...
  25. cap thinking_sphinx:index                # Index data
  26. cap thinking_sphinx:install:sphinx       # If Postgres is available, Sphinx w...
  27. cap thinking_sphinx:install:ts           # Install Thinking Sphinx as a gem f...
  28. cap thinking_sphinx:rebuild              # Stop, re-index and then start the ...
  29. cap thinking_sphinx:restart              # Stop and then start the Sphinx daemon
  30. cap thinking_sphinx:shared_sphinx_folder # Add the shared folder for sphinx f...
  31. cap thinking_sphinx:start                # Start the Sphinx daemon
  32. cap thinking_sphinx:stop                 # Stop the Sphinx daemon
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement