为什么要用gitlab?
方便地管理项目,设置用户权限。
参考
步骤
从 https://www.gitlab.com/downloads/ 下载 GitLab安装包
sudo yum install openssh-server
sudo yum install postfix # sendmail or exim is also OK
sudo rpm -i gitlab-x.y.z_omnibus-x.el6.x86_64.rpm # this is the .rpm you downloaded
sudo gitlab-ctl reconfigure
sudo lokkit -s http -s ssh # open up the firewall for HTTP and SSH requests
登录
http://192.168.1.203/
用户名: admin@local.host
密码: 5iveL!fe
常见问题
服务器重启以后不能正常工作,重新执行reconfigure可解决:
sudo gitlab-ctl reconfigure