Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/padupe/setup-sre-mm
Script for installing the basic tools used in the SRE team at MadeiraMadeira.
https://github.com/padupe/setup-sre-mm
aws-cli dbeaver deck docker docker-compose kong node nvm postman python serverless-cli
Last synced: 21 days ago
JSON representation
Script for installing the basic tools used in the SRE team at MadeiraMadeira.
- Host: GitHub
- URL: https://github.com/padupe/setup-sre-mm
- Owner: padupe
- Created: 2022-05-22T00:47:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T10:43:35.000Z (over 2 years ago)
- Last Synced: 2024-10-26T18:16:04.899Z (2 months ago)
- Topics: aws-cli, dbeaver, deck, docker, docker-compose, kong, node, nvm, postman, python, serverless-cli
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup SRE-MM
> Check the Documentation in pt-br by clicking 🇧🇷 [here](https://github.com/padupe/steup-sre-mm/blob/main/docs/README-pt-br.md 'here').## Description
Installation of the main tools used by the SRE team:
- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)
- [DBeaver](https://dbeaver.io/)
- [decK](https://docs.konghq.com/deck/)
- *decK helps to manage [Kong](https://konghq.com/) configuration declaratively*
- [Discord](https://discord.com/)
- [Docker](https://www.docker.com/)
- [Node.js](https://nodejs.org/en/)
- *using [nvm](https://github.com/nvm-sh/nvm) package*
- [Postman](https://www.postman.com/)
- [Python](https://www.python.org/)
- [Serverless CLI](https://www.serverless.com/framework/docs/providers/aws/cli-reference)## 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 + t2. Navigate through your environment directory to the desired folder;
3. Clone this repository
> SSH
```
git clone [email protected]:padupe/setup-sre-mm.git
```> HTTPS
```
git clone https://github.com/padupe/setup-sre-mm.git
```4. Open the Project
```
cd setup-sre-mm
```5. Grant access permission to the binary file `install.sh`
```
sudo chmod +x install.sh
```6. Run the command:
```
./install.sh
```7. Perform confirmations when necessary
8. Done 🥳