Skip to content

Instantly share code, notes, and snippets.

View avaleror's full-sized avatar
🏠
Working from home

Andrés Valero avaleror

🏠
Working from home
View GitHub Profile
@avaleror
avaleror / manageiq.sh
Created May 7, 2017 17:27 — forked from mandeepbal/manageiq.sh
ManageIQ Install
#Based on : http://manageiq.org/community/install-from-source/
#Launch a CentOS AMI from AWS (ami-8997afe0), m3.large, 20GB root mount
#Update the VM
yum update -y
yum install -y wget vim telnet git
service iptables stop
#Create User
useradd miqbuilder