things i heart

29
I Things

Upload: glen-barnes

Post on 18-Jan-2015

1.570 views

Category:

Technology


1 download

DESCRIPTION

My Things I Heart presentation from the November Auckland Web Meetup.

TRANSCRIPT

Page 1: Things I Heart

IThings

Page 2: Things I Heart

I

Page 3: Things I Heart
Page 4: Things I Heart
Page 5: Things I Heart
Page 7: Things I Heart

I

Page 8: Things I Heart

I

Page 9: Things I Heart

cap deploy

Page 10: Things I Heart
Page 11: Things I Heart

Air-Barnacle:together barnacle$ cap -Tcap after_update_code # Link in the production database.yml and images...cap deploy # Deploys your project.cap deploy:check # Test deployment dependencies.cap deploy:cleanup # Clean up old releases.cap deploy:cold # Deploys and starts a `cold' application.cap deploy:migrate # Run the migrate rake task.cap deploy:migrations # Deploy and run pending migrations.cap deploy:passenger:restart # Restart Applicationcap deploy:pending # Displays the commits since your last deploy.cap deploy:pending:diff # Displays the `diff' since your last deploy.cap deploy:rollback # Rolls back to a previous version and restarts.cap deploy:rollback:code # Rolls back to the previously deployed version.cap deploy:setup # Prepares one or more servers for deployment.cap deploy:start # Start the application servers.cap deploy:stop # Stop the application servers.cap deploy:symlink # Updates the symlink to the most recently deplo...cap deploy:update # Copies your project and updates the symlink.cap deploy:update_code # Copies your project to the remote servers.cap deploy:upload # Copy files to the currently deployed version.cap deploy:web:disable # Present a maintenance page to visitors.cap deploy:web:enable # Makes the application web-accessible again.cap invoke # Invoke a single command on the remote servers.cap shell # Begin an interactive Capistrano session.

Page 12: Things I Heart

Deploy to many servers at the same time.

Page 13: Things I Heart

require 'capistrano/ext/multistage'

cap test deploy cap staging deploycap production deploy

Page 14: Things I Heart

I

Page 15: Things I Heart

I

Page 16: Things I Heart

<

Page 17: Things I Heart
Page 18: Things I Heart
Page 19: Things I Heart
Page 20: Things I Heart

I

Page 21: Things I Heart

I

Page 22: Things I Heart
Page 23: Things I Heart
Page 24: Things I Heart
Page 25: Things I Heart

destroy

Page 26: Things I Heart
Page 27: Things I Heart

I

Page 28: Things I Heart

IThings