Created
October 30, 2013 13:38
-
-
Save ncdc/7232837 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app-create (head) | |
app-create (child) | |
configure php (head) | |
configure php (child) | |
configure haproxy (head) | |
post-configure haproxy (head) | |
update-cluster (head) | |
after update-cluster syncs deployments, it attempts to activate the proxy gear's current deployment on the new web gears | |
the "current deployment" is determined by reading the symlink app-deployments/current, which is supposed to point to the current deployment directory | |
app-deployments/current is created when a deployable (read: web) cartridge is post-configured | |
in the sequence above, php has not been post-configured yet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment