Sha256: 906b51f72e8ad471ed604205c0c6c297295ca1ccb4582522712fa65a2835964f
Contents?: true
Size: 801 Bytes
Versions: 1
Compression:
Stored size: 801 Bytes
Contents
A drop-n replacement for Capistrano so you can run tasks in Webistrano from your command line just using the cap command. Usage ===== You can still use the capify command to generate the initial files required by Capistrano. In your Capfile, insert the following lines at the end. require 'cap_ext_webistrano' The Webistrano extensions require a couple of configuration options that you can specify in your deploy.rb. They're pretty much the standard options you'd configure for your application with Capistrano. set :application, "My project" # The project as named in Webistrano set :user, "admin" set :password, "admin" set :stage, "test" # specify the stage you want to deploy set :webistrano_home, "http://webistrano.mydomain.com/" (c) 2009 Mathias Meyer Released under the MIT license.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mattmatt-cap-ext-webistrano-0.0.3 | README |