alphanodes / vcdeploy
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
Requirements
- PHP 5.3.x CLI
- SCM (git, hg, svn, bzr or cvs)
Optional
- rsync
- tar
##Installation
- 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
- 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