{"id":20181332,"url":"https://github.com/lasbrdev/script-centosvm-devops","last_synced_at":"2026-04-11T01:11:45.405Z","repository":{"id":217732724,"uuid":"744686602","full_name":"lasbrDev/script-centosvm-devops","owner":"lasbrDev","description":"Installation script for some packages that are used in testing my local server - Linux","archived":false,"fork":false,"pushed_at":"2024-08-28T22:48:56.000Z","size":396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T17:19:59.319Z","etag":null,"topics":["centos","centos9","devops","docker","jenkins","linux","maildev","mongodb","mysql","oracle-database","pegasystems","shell-script","tomcat","wildfly"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lasbrDev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-17T20:00:34.000Z","updated_at":"2024-08-28T22:50:11.000Z","dependencies_parsed_at":"2024-01-29T15:15:36.721Z","dependency_job_id":"78d37442-773c-46c3-bf35-5e05a278e1a2","html_url":"https://github.com/lasbrDev/script-centosvm-devops","commit_stats":null,"previous_names":["lasbrdev/script-centosvm-devops"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lasbrDev%2Fscript-centosvm-devops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lasbrDev%2Fscript-centosvm-devops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lasbrDev%2Fscript-centosvm-devops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lasbrDev%2Fscript-centosvm-devops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lasbrDev","download_url":"https://codeload.github.com/lasbrDev/script-centosvm-devops/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241616700,"owners_count":19991543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos","centos9","devops","docker","jenkins","linux","maildev","mongodb","mysql","oracle-database","pegasystems","shell-script","tomcat","wildfly"],"created_at":"2024-11-14T02:35:06.926Z","updated_at":"2025-12-01T06:04:33.051Z","avatar_url":"https://github.com/lasbrDev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CentOS 9 Stream VM Setup Script\n\nEste script automatiza a instalação de pacotes e configurações iniciais em uma máquina virtual CentOS 9 Stream. Ele inclui a instalação do Docker, Oracle Database via **docker image**, SDKMAN! para gerenciamento de SDKs e Oh My Posh para melhorar o prompt do Bash.\n\n## Uso\n\n* Baixar o **script** [aqui](httts://github.com/lasbrDev/script-centosvm-devops)\n* Descompactar o arquivo .zip\n* Acessar o arquivo descompactado pelo terminal:\n\n```bash\ncd Downloads\nls\ncd script-centosvm-devops-main\nls\nsudo su\nPassword:\nchmod +x script-centosvm-devops.sh\n./script-centosvm-devops.sh\n```\n![centosvm-terminal.png](img/centosvm-terminal.png)\n\n## Pré-requisitos\n* Máquina virtual CentOS 9 Stream\n* Permissões de administrador (sudo)\n\n## Componentes Instalados\n\n* Git, Neofetch, Neovim\n* Docker\n* Oracle Database - docker image\n* MongoDB - docker image\n* Tomcat - docker image\n* Wildfly - docker image\n* Jenkins - docker image\n* MySQL - docker image\n* PostgreSQL - docker image\n* PGAdmin - docker image\n* SDKMAN!\n* Oh My Posh com o tema amro\n\n## Configurações Adicionais\n\nAtenção para o acesso ao MongoExpress em localhost. Ao acessar o endereço http://localhost:8081, é necessário fornecer as credenciais. Username: admin, Password: pass.\nAdicionalmente, incluí um arquivo docker-compose.yml para configurar o MongoDB, proporcionando maior flexibilidade aos projetos. Lembre-se de ajustar as configurações conforme necessário.\n\n`Nota:` Este procedimento é aplicável apenas nos casos em que você está iniciando a imagem do MongoDB sem especificar o parâmetro do endereço IP da máquina virtual.\n\n### Permitindo conexões externas\n\n```bash\ndocker exec -it mongo_dev bash\n```\n```bash\napt updade \u0026\u0026 apt upgrade -y\n```\n```bash\napt-get install neovim -y\n```\n```bash\nnvim /etc/mongod.conf.orig\n```\n`Nota1:` alterar a linha:\n```bash\n# network interfaces\nnet:\n  port: 27017\n  bindIp: 127.0.0.1\n```\nPara:\n```bash\n# network interfaces\nnet:\n  port: 27017\n  bindIp: 0.0.0.0\n```\n\n![mongo-express.png](img/mongo-express.png)\n\n## Atenção\n\n* Certifique-se de revisar e ajustar as configurações do script de acordo com suas necessidades.\n* O script foi testado no ambiente CentOS 9 Stream, pode precisar de ajustes em outros ambientes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flasbrdev%2Fscript-centosvm-devops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flasbrdev%2Fscript-centosvm-devops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flasbrdev%2Fscript-centosvm-devops/lists"}