Skip to content

Script for installing the basic tools used in the SRE team at MadeiraMadeira.

Notifications You must be signed in to change notification settings

padupe/setup-sre-mm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Setup SRE-MM

Check the Documentation in pt-br by clicking 🇧🇷 here.

Description

Installation of the main tools used by the SRE team:

Business Context

Carry out the necessary installations in the environment of new employees of the MadeiraMadeira SRE team.

Requirements

  • OS Linux/Ubunt;
  • Root User;

Step by Step

  1. Open a terminal Ctrl + Alt + t

  2. Navigate through your environment directory to the desired folder;

  3. Clone this repository

SSH

git clone git@github.com:padupe/setup-sre-mm.git

HTTPS

git clone https://github.com/padupe/setup-sre-mm.git
  1. Open the Project
cd setup-sre-mm
  1. Grant access permission to the binary file install.sh
sudo chmod +x install.sh 
  1. Run the command:
./install.sh
  1. Perform confirmations when necessary

  2. Done 🥳

Releases

No releases published

Languages