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.
The mdt
gem is a convenience gem that depends on:
- mdt-core >= 0.2
- mdt-dummy >= 0.0.1
- mdt-simple >= 0.0.1
- Ruby (tested with 2.5.0, earlier versions down to 2.0 may also work)
- RubyGems
gem install mdt
Please refer to the mdt-core documentation.
Please refer to the mdt-core documentation.
Generated RDoc documentation can be found here.