0.0
No commit activity in last 3 years
No release in over 3 years
Capistrano SOA let you management services group in SOA architecuture with multi-stage support.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

Capistrano SOA

  • An extension for Capistrano supporting SOA Services Deployment

Capistrano SOA let you management services group in SOA architecuture with multi-stage support.

Usage

project/
  |- config/
      |- deploy.rb
      |- deploy/   
          |- sub_project_a/ 
          |        |- service_a/
          |        |     |- development.rb
          |        |     |- production.rb      
          |        |- service_b
          |              |- development.rb
          |              |- production.rb
          |- sub_project_b/ 
                   |- service_c/
                   |     |- development.rb
                   |     |- production.rb      
                   |- service_d
                         |- development.rb
                         |- production.rb

cap production sub_project_a:service_a deploy

cap sub_project_a:service_a:production deploy

cap production sub_project_a:service_a sub_project_a:service_b deploy