1. Installation dependent
sudo yum Install Curl Openssh-server
sudo systemctl enable sshd
sudo systemctl start sshd
sudo yum install postfix
sudo systemctl enable Postfix
sudo systemctl start postfix
sudo firewall-cmd--permanent--add-service=http
sudo systemctl reload Firewalld
2. Download GITLAB-CE-7.12.0~OMNIBUS.1-1.X86_64.RPM Package Installation
In Https://packages.gitlab.com/gitlab/gitlab-ce download gitlab-ce-7.12.0~omnibus.1-1.x86_64.rpm according to your system to choose the appropriate version, recommended by Thunderbolt tool download
After downloading, upload to/usr/local/src by WinSCP tool, execute command cd/usr/local/src enter directory
RPM-IVH gitlab-ce-7.12.0~omnibus.1-1.x86_64.rpm
It will be installed at this time, wait a little
3. Configuring and Starting Gitlab
sudo gitlab-ctl reconfigure
If you execute the above command error, please do it again.
sudo gitlab-ctl reconfigure
Until the gitlab reconfigured! appears. Indicates success
Please refer to the official address for installation of different Linux operating systems: https://about.gitlab.com/downloads/
If you see 502 during the access process, set the virtual machine's memory to at least 4GB. Configuration file modifications can be found in the official documentation: HTTPS://GITLAB.COM/GITLAB-ORG/OMNIBUS-GITLAB/BLOB/MASTER/README.MD
4. Visit
Enter http://192.168.17.33 access, enter user name root, password 5ivel!fe
Fedora22 One-click installation package Installation gitlab-ce-7.12.0