Sha256: db7804c4fd12bc069a3fea5a11340a3dec8adeffd6ccb88b951320f1a063e60f

Contents?: true

Size: 1.82 KB

Versions: 20

Compression:

Stored size: 1.82 KB

Contents

# Cloudamatic Mu Master Installation
There are two paths to creating a Mu Master. _Typical Installation_ and _CloudFormation Installation_

## Typical Instalation
In the standard instsatation create your original VPC and manually provision a Mu Master instance.

### Prerequisites
1. Fully configured networking for the Mu Master
	* Must have access to the internet
	* Must manually configure any security on the networking
1. Properly configured instance
	* Supported OS `CentOS 6-7`, `RHEL 6-7`, or `Amazon Linux 2`
	* API credentials to grant proper Mu-Master permissions. (Cloud provider roles recomended when hosted in the same cloud you intend to work in.)

### Installation 

**To Install From Master**
```
curl https://raw.githubusercontent.com/cloudamatic/mu/master/install/installer > installer
chmod +x installer
./installer
```

**To Install From Development or Other Branch**
```
curl https://raw.githubusercontent.com/cloudamatic/mu/development/install/installer > installer
chmod +x installer
MU_BRANCH=development ./installer
```

**Silent Install**
```
TODO: @zr2d2
```
>For detailed instructions on installation techniques see [our Wiki Installation page](https://github.com/cloudamatic/mu/wiki/Install-Home)

## CloudFormation Installation
> This method is depricated and may be removed from future releases

The simplest path is to use our CloudFormation script to configure an appropriate Virtual Private Cloud and master with all features enabled. 

### Get Started by Clicking the Launch Button!!

[![Launch Stack](https://s3.amazonaws.com/cloudformation-examples/cloudformation-launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=CloudamaticInstaller&templateURL=https://s3.amazonaws.com/mu-cfn-installer/cfn_create_mu_master.json)

>All  AWS resources Created in `us-east-1` region.

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
cloud-mu-3.6.3 install/README.md
cloud-mu-3.5.1 install/README.md
cloud-mu-3.5.0 install/README.md
cloud-mu-3.4.0 install/README.md
cloud-mu-3.3.2 install/README.md
cloud-mu-3.3.1 install/README.md
cloud-mu-3.3.0 install/README.md
cloud-mu-3.2.0 install/README.md
cloud-mu-3.1.6 install/README.md
cloud-mu-3.1.5 install/README.md
cloud-mu-3.1.4 install/README.md
cloud-mu-3.1.3 install/README.md
cloud-mu-3.1.2 install/README.md
cloud-mu-3.1.2beta2 install/README.md
cloud-mu-3.1.1 install/README.md
cloud-mu-3.1.0 install/README.md
cloud-mu-3.0.2 install/README.md
cloud-mu-3.0.1 install/README.md
cloud-mu-3.0.0 install/README.md
cloud-mu-3.0.0beta install/README.md