Resin Cloud Deployment Reference

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
 
# Setting up a user and password
 
# Setting up a user and password
 
# Deploying to a local server
 
# Deploying to a local server
Line 11: Line 10:
 
## 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
 +
## Installing mysql driver for a web application using config-deploy
 +
## Showing what is in remote config
 +
  
 
<code>
 
<code>
Line 29: Line 31:
 
   config-copy - copies configuration
 
   config-copy - copies configuration
 
   config-list - lists all deployed configurations
 
   config-list - lists all deployed configurations
 +
  config-list-ls - list contents of config dir (ex. ./lib)
 
   config-list-cat - list contents of config file
 
   config-list-cat - list contents of config file
 
   config-undeploy - undeploys a config
 
   config-undeploy - undeploys a config
 
 
</pre>
 
</pre>
 
</code>
 
</code>

Revision as of 21:53, 5 December 2011

  1. Setting up a user and password
  2. Deploying to a local server
  3. Deploying to a remote server
  4. Setting up a cloud topology
    1. Deploying to the Triad
  5. Common tasks
    1. Deploying a new application deploy
    2. Listing current versions of deployed application
    3. Undeploying a new application
    4. Using deploy-copy to promote a release to production
    5. Using deploy-copy to rollback a release that was deployed to production
    6. Installing mysql driver for a web application using config-deploy
    7. Showing what is in remote config


$ 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-ls - list contents of config dir (ex. ./lib)
  config-list-cat - list contents of config file
  config-undeploy - undeploys a config

Personal tools