Sha256: d3b5af6ded5fe7597524275a6cd798e40883719bb8639d1b849e97801415c459
Contents?: true
Size: 1.65 KB
Versions: 24
Compression:
Stored size: 1.65 KB
Contents
mu -- Cloudamatic Automation Tooling === [![pipeline status](https://gitlab.com/cloudamatic/mu/badges/master/pipeline.svg)](https://gitlab.com/cloudamatic/mu/commits/master) [![Maintainability](https://api.codeclimate.com/v1/badges/dd4e5d867890336accd1/maintainability)](https://codeclimate.com/github/cloudamatic/mu/maintainability) [![Gem Version](https://badge.fury.io/rb/cloud-mu.svg)](https://badge.fury.io/rb/cloud-mu) [![Docker Version](https://images.microbadger.com/badges/version/egtlabs/mu.svg)](https://microbadger.com/images/egtlabs/mu) # About mu **Mu** is the deployer and developer toolset for the Cloudamatic suite of services, designed to provision, orchestrate and manage complex platforms and applications. At [eGT Labs](https://www.eglobaltech.com/egt-labs/), we use mu for rapid prototyping of cloud migration efforts for federal customers, for managing cloud applications throughout their lifecycles, and as a tools library for cloud maintenance tasks. **Install instructions and tutorials**: https://github.com/cloudamatic/mu/wiki **API and configuration language documentation**: https://cloudamatic.gitlab.io/mu/ # Quick Start 1. `gem install cloud-mu` - Install the toolkit in your Ruby 2.4+ ecosystem. See our [install wiki](https://github.com/cloudamatic/mu/wiki/Install) for other installation options 2. `mu-configure` - Set up credentials to your cloud provider of choice. See the [mu-configure manual](https://github.com/cloudamatic/mu/wiki/Configuration) for more. 3. `mu-deploy` - Build something! This will make a complete public/private VPC: ``` cat <<EOF > myvpc.yaml --- appname: myvpc - vpcs: name: thisvpc EOF mu-deploy myvpc.yaml ```
Version data entries
24 entries across 24 versions & 1 rubygems