solita / ploy

Deployment automation tool
MIT License
1 stars 1 forks source link

Ploy: Deployment Automation Tool

Command line tool for automating software deployments on multiple machines. Uses templates and replacement variables to generate machine specific configuration files, and provides a way to execute arbitrary Ruby code for deploying the artifacts on a server.

For usage instructions, see the comments in the files in the example directory. Run the example using the commands:

mvn clean verify
cd example
./run.sh

You may also download pre-built binaries.

Requires Maven 3 and Java 7 or higher. Includes JRuby in Ruby 1.9 mode.

Licensed under the MIT license.

Release Notes

Ploy 1.3.0 (2014-06-12)

Ploy 1.2.0 (2013-08-13)

Ploy 1.1.0 (2013-03-20)

Ploy 1.0.0 (2012-10-18)