Skip to content

Instantly share code, notes, and snippets.

View hgmauri's full-sized avatar

Henrique Mauri hgmauri

View GitHub Profile
@dmancloud
dmancloud / How to Install SonarQube in Ubuntu Linux.md
Last active May 29, 2024 05:30
How to Install SonarQube in Linux

How to Install Sonarqube in Ubuntu Linux

Prerequsites

Virtual Machine running Ubuntu 22.04 or newer

Install Postgresql 15

sudo apt update
sudo apt upgrade

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
@hgmauri
hgmauri / docker-compose.yml
Last active October 27, 2022 06:01
Docker compose com Elasticsearch e Kibana
version: '3.7'
services:
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:7.7.0
ports:
- "9200:9200"
- "9300:9300"
environment:
discovery.type: "single-node"
@ragingwind
ragingwind / Backend Architectures Keywords and References.md
Last active April 17, 2024 10:51
Backend Architectures Keywords and References