Paula,

Most definitely. You'd just write a task that executes the commands you
need to install the package, e.g.:

  task :install_wiki do
    run "command to install wiki here"
    run "if necessary, run other commands here, too"
  end

- Jamis

On 1/27/09 11:15 AM, Paula wrote:
> Hey all!
> 
> I´d like to know if its possible to use capistrano to deploy non-ruby
> and out-of-rails applications..
> As an example , install a package with a wiki and the application.
> 
> thanks
> 
> > 


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to