Module: Avocado

Defined in:
lib/avocado/config.rb,
lib/avocado/target.rb,
lib/avocado/version.rb,
lib/avocado/multi_io.rb,
lib/avocado/bootstrap.rb,
lib/avocado/task/task.rb,
lib/avocado/deployment.rb,
lib/avocado/task/task_manager.rb,
lib/avocado/task/task_dependency.rb,
lib/avocado/command_execution_result.rb,
lib/avocado/scm_provider/scm_provider.rb,
lib/avocado/scm_provider/git_scm_provider.rb,
lib/avocado/task/task_execution_environment.rb,
lib/avocado/task/local_task_execution_environment.rb,
lib/avocado/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

Classes: Bootstrap, CommandExecutionResult, Config, Deployment, GitScmProvider, LocalTaskExecutionEnvironment, MultiIO, RemoteTaskExecutionEnvironment, ScmProvider, Target, Task, TaskDependency, TaskExecutionEnvironment, TaskManager

Constant Summary collapse

VERSION =
"0.4"