alphanodes/vcdeploy

This package is abandoned and no longer maintained. No replacement package was suggested.

Version control deployment script

Installs: 315

Dependents: 0

Suggesters: 0

Security: 0

Stars: 8

Watchers: 2

Forks: 1

pkg:composer/alphanodes/vcdeploy

This package has no released version yet, and little information is available.


README

Dependency Status

Requirements

  • PHP 5.3.x CLI
  • SCM (git, hg, svn, bzr or cvs)

Optional

  • rsync
  • tar

##Installation

  1. Installing via Composer
curl -s http://getcomposer.org/installer | php

For a system-wide installation via Composer, you can run:

composer global require "alphanodes/vcdeploy=dev-master"

Make sure you have ~/.composer/vendor/bin/ in your path.

Because of PEAR libraries make sure, that you have the following lines in your composer.json (cat ~/.composer/composer.json):

"minimum-stability": "dev",
"prefer-stable": true,

To keep your tools up to date, you simply do this:

composer global update
  1. Copy config.inc.php.dist to config.inc.php (or to /etc/vcdeploy.inc.php). Change config.inc.php to fit your system and project settings.

Usage

Run vcdeploy -h for more information