qiita.com
14 Nov '12, 1am
“Capistrano の対抗馬? Mina の導入方法 #Rails #Ruby #rubygems #mina - Qiita”
Basic usage: mina help # Show help. mina init # Creates a sample config file. mina tasks # Show all tasks. Server tasks: mina console # Starts an interactive console. mina deploy # Deploys the current version to the server. mina rails[arguments] # Execute a Rails command in the current deploy. mina rake[arguments] # Execute a Rake command in the current deploy. mina run[command] # Runs a command in the server. mina setup # Sets up a site. More tasks: mina bundle:install # Install gem dependencies using Bundler. mina deploy:cleanup # Clean up old releases. mina deploy:force_unlock # Forces a deploy unlock. mina deploy:link_shared_paths # Links paths set in :shared_paths. mina git:clone # Clones the Git repository to the release path. mina rails:assets_precompile # Precompiles assets (skips if nothing has changed since the last release). mina rails:assets_precompile:force # ...
Full article:
http://qiita.com/items/23d447a7aba6ac910fff