Module: AvoDeploy

Defined in:
lib/avodeploy/config.rb,
lib/avodeploy.rb,
lib/avodeploy/target.rb,
lib/avodeploy/version.rb,
lib/avodeploy/multi_io.rb,
lib/avodeploy/bootstrap.rb,
lib/avodeploy/task/task.rb,
lib/avodeploy/deployment.rb,
lib/avodeploy/task/task_manager.rb,
lib/avodeploy/task/task_dependency.rb,
lib/avodeploy/command_execution_result.rb,
lib/avodeploy/scm_provider/scm_provider.rb,
lib/avodeploy/scm_provider/bzr_scm_provider.rb,
lib/avodeploy/scm_provider/git_scm_provider.rb,
lib/avodeploy/task/task_execution_environment.rb,
lib/avodeploy/task/local_task_execution_environment.rb,
lib/avodeploy/task/remote_task_execution_environment.rb

Overview

AVOCADO

The flexible and easy to use deployment framework for web applications

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License Version 2
as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

Defined Under Namespace

Modules: ScmProvider, Task Classes: Bootstrap, CommandExecutionResult, Config, Deployment, MultiIO, Target

Constant Summary collapse

LIBNAME =
'avodeploy'
LIBDIR =
File.expand_path("../#{LIBNAME}", __FILE__)
AVO_ENABLE_OSX_TARGETS =
false
VERSION =
'0.6.1'