Home > GitLab CE


CentOSにGitLab CEをインストールする方法とコード例

リポジトリの追加とパッケージのインストール:$ sudo yum install curl policycoreutils openssh-server openssh-clients $ sudo systemctl enable sshd $ sudo systemctl start sshd $ sudo firewall-cmd --permanent --add-service=http $ sudo systemctl reload firewalld $ sudo yum install postfix $ sudo systemctl enable postfix $ sudo>>More