Official WebSite
https://about.gitlab.com/downloads/
http://www.gitlab.cc/downloads/
On CentOS
- Download Newest rpm Package:
Go To TsingHua.edu.cn Mirror:
http://mirror.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/
Then Download The Latest Package
- rpm Install The Package
rpm -i gitlab-ce-XXX.rpm
- Reconfigure The config File
1 | $ vim /etc/gitlab/gitlab.rb |
- Use Nginx As Virtual Host Server (As You Like)
1 | server { |
- Connect And Login:
Connect http://gitlab.yourdomain.com/
Login With Username: root And Password: 5iveL!fe
- Congratulations!
With Docker
1 | sudo docker run --detach \ |