centos7 gitlab安裝

sudo yum install -y curl policycoreutils-python openssh-server
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 systemctl start postfix
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash
sudo yum install -y gitlab-ee

改端口python

http://blog.csdn.net/peterxiaoq/article/details/73330302git

改root密碼bash

http://blog.csdn.net/yin138/article/details/51394868ssh

相關文章
相關標籤/搜索