Debian 9 : installer gitlab
Installation de gitlab sur Debian 9
Nommer la machine correctement.
root@debian~#: hostnamectl set-hostname gitlab.server.home
Une fois nommé, modifier le fichier /etc/hosts.
aperçu du contenu du fichier
[…]
127.0.1.1 gitlab.server.home gitlab
[…]
Redémarrer la machine.
root@debian~#: shutdown -r now
Mise à jour de la machine.
root@debian~#: apt update root@debian~#: apt upgrade
Installation der pré-requis.
root@debian~#: apt install -y curl openssh-server ca-certificates root@debian~#: apt install -y postfix
Installation de Gitlab.
root@debian~#: curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | bash
root@debian~#: EXTERNAL_URL="http://server.gitlab.home" apt install gitlab-ee
by Nicolas SHINEY | September 29, 2018 | No Comments | Système | Tags : debian9