Automated Deployment Setup Script

Automated Deployment Setup Script

@tscibilia

View on Github
Open Issues
Stargazers

Bash scripts to (ideally) provision a VM for “automated-ish” deployment

Usage

  1. Find the provisioning file you desire (they’re each pretty descriptive with version numbers and Linux kernels).
  2. Use a wget command in your terminal window similar to this one:

wget https://raw.githubusercontent.com/tscibilia/ProvisioningVMs/master/Graylog2-OneNode-Ubuntu1604.sh

  1. Make the bash script you downloaded executable similar to this:

chmod +x Graylog2-OneNode-Ubuntu1604.sh

  1. Run the script as root:

./Graylog2-OneNode-Ubuntu1604.sh

License

ProvisioningVMs is released under the MIT License.