为什么要用gitlab?

方便地管理项目,设置用户权限。

参考

  1. https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/README.md

步骤

从 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

相关文章:

  • 2021-10-11
  • 2021-12-14
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-12-28
  • 2021-12-17
  • 2022-12-23
  • 2021-10-19
  • 2021-08-11
  • 2021-10-15
相关资源
相似解决方案