GitLab no CentOS 7

Publicado por Daniel Lara Souza em 08/06/2017

[ Hits: 6.205 ]

Blog: http://danniel-lara.blogspot.com/

 


GitLab no CentOS 7



Dica rápida pra quem quer um servidor GIT interno, o GitLab resolve.

Atualiza o seu CentOS:

# yum update -y

Agora, vamos preparar a instalação:

# yum install curl policycoreutils openssh-server openssh-clients
# systemctl enable sshd
# systemctl start sshd
# yum install postfix
# systemctl enable postfix
# systemctl start postfix
# firewall-cmd --permanent --add-service=http
# systemctl reload firewalld

Instalar o GitLab:

# curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
# yum install gitlab-ce
# gitlab-ctl reconfigure

Feito, está instalado.
Guia de referência: GitLab

Outras dicas deste autor

Instalando K3s no Fedora CoreOS

Reiniciar máquina após Kernel panic

Instalando Openstack no CentOS 7

DevStack - instale um ambiente Openstack

Instalando Ansible no CentOS 8

Leitura recomendada

Instalando Telegram, Google Chrome e Skype no Ubuntu 20.04 LTS

TV no Linux com Livestation

aMSN e problemas com TLS

Instalando Google Chrome no Fedora 40

WinFF - alternativa ao Convertit (excelente conversor de vídeo)

  

Comentários

Nenhum comentário foi encontrado.



Contribuir com comentário




Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts