Resin Cloud Deployment Reference
From Resin 3.0
(Difference between revisions)
(New page: # Setting up a user and password # Deploying to a local server # Deploying to a remote server # Setting up a cloud topology ## Deploying to the Triad # Common tasks ## Using deploy-copy ...) |
|||
Line 1: | Line 1: | ||
− | |||
# Setting up a user and password | # Setting up a user and password | ||
Line 7: | Line 6: | ||
## Deploying to the Triad | ## Deploying to the Triad | ||
# Common tasks | # Common tasks | ||
+ | ## Deploying a new application deploy | ||
+ | ## Listing current versions of deployed application | ||
+ | ## Undeploying a new application | ||
## Using deploy-copy to promote a release to production | ## Using deploy-copy to promote a release to production | ||
## Using deploy-copy to rollback a release that was deployed to production | ## Using deploy-copy to rollback a release that was deployed to production | ||
+ | |||
+ | <code> | ||
+ | <pre> | ||
+ | $ resinctl | grep deploy | ||
+ | deploy - deploys an application | ||
+ | deploy-copy - copies an application | ||
+ | deploy-list - lists all deployed applications | ||
+ | deploy-restart - restarts an application | ||
+ | deploy-start - starts an application | ||
+ | deploy-stop - stops an application | ||
+ | undeploy - undeploys an application | ||
+ | config-deploy - deploys configuration directory | ||
+ | config-undeploy - undeploys a config | ||
+ | |||
+ | $ resinctl | grep config | ||
+ | config-deploy - deploys configuration directory | ||
+ | config-copy - copies configuration | ||
+ | config-list - lists all deployed configurations | ||
+ | config-list-cat - list contents of config file | ||
+ | config-undeploy - undeploys a config | ||
+ | |||
+ | </pre> | ||
+ | </code> |
Revision as of 21:49, 5 December 2011
- Setting up a user and password
- Deploying to a local server
- Deploying to a remote server
- Setting up a cloud topology
- Deploying to the Triad
- Common tasks
- Deploying a new application deploy
- Listing current versions of deployed application
- Undeploying a new application
- Using deploy-copy to promote a release to production
- Using deploy-copy to rollback a release that was deployed to production
$ resinctl | grep deploy deploy - deploys an application deploy-copy - copies an application deploy-list - lists all deployed applications deploy-restart - restarts an application deploy-start - starts an application deploy-stop - stops an application undeploy - undeploys an application config-deploy - deploys configuration directory config-undeploy - undeploys a config $ resinctl | grep config config-deploy - deploys configuration directory config-copy - copies configuration config-list - lists all deployed configurations config-list-cat - list contents of config file config-undeploy - undeploys a config