Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Phitherek/mdt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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.