ls0398 发表于 2018-9-19 09:53:39

Centos6下安装GitLab-10890355

  原文地址:https://about.gitlab.com/downloads/#centos6
1. Install and configure the necessary dependencies
sudo yum install curl openssh-server openssh-clients postfix cronie  
sudo service postfix start
  
sudo chkconfig postfix on
  
sudo lokkit -s http -s ssh
2. Add the GitLab package server and install the package
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash  
sudo yum install gitlab-ce
3. Configure and start GitLab
sudo gitlab-ctl reconfigure4. Browse to the hostname and login
  On your first visit, you'll be redirected to a password reset screen to provide the password for the initial administrator account. Enter your desired password and you'll be redirected back to the login screen.
  The default account's username is root. Provide the password you created earlier and login. After login you can change the username if you wish.


页: [1]
查看完整版本: Centos6下安装GitLab-10890355