26. コンウェの法則
“Organizations which design
systems are constrained to
produce designs which are
copies of the communication
structures of these
organizations.”
http://bit.ly/oIUrUI
117. capコマンド
cap deploy # Deploys your project.
cap deploy:check # Test deployment dependencies.
cap deploy:cleanup # Clean up old releases.
cap 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:symlink # Updates the symlink to the most recently deployed ...
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 develop # Set the target stage to `develop'.
cap invoke # Invoke a single command on the remote servers.
cap multistage:prepare # Stub out the staging config files.
cap production # Set the target stage to `production'.
cap shell # Begin an interactive Capistrano session.