MDT - Modular Deployment Tool
MDT is a deployment automation tool that is designed to be simple and easily extended by additional modules. It is written in Ruby and takes advantage of Ruby tools, but it can be used to deploy almost anything if there is a module for it.
This gem
The mdt gem is a convenience gem that depends on:
- mdt-core >= 0.2
- mdt-dummy >= 0.0.1
- mdt-simple >= 0.0.1
Requirements
- Ruby (tested with 2.5.0, earlier versions down to 2.0 may also work)
- RubyGems
Installation
gem install mdt
Usage
Please refer to the mdt-core documentation.
Contributing
Please refer to the mdt-core documentation.
Documentation
Generated RDoc documentation can be found here.