zuier 发表于 2018-9-19 10:19:44

版本管理-gitlab

  gitlab是由几部分组成的:git + ruby + unicorn + rails + nginx + mysql + redis + mattermost + go + Logrotate
  yum、ruby、gem等因城墙原因网速很慢,因此需要配置好各种镜像源。
  安装时,前期没有找到官方权威,一直在英文里面走弯路。
  安装过程中,各个组件之间相互依赖,即使一个组件内也有不同的版本,从而导致了各种问题。
  因为本身是学习PHP出身的,因此对ruby的环境配置不理解,导致走了很多的坑。
  这样的软件安装,最好是一次安装多次使用,避免将时间浪费在不必要的地方。
  gitlab社区版git库:https://gitlab.com/gitlab-org/omnibus-gitlab.git
  gitlab-shell的git库:https://gitlab.com/gitlab-org/gitlab-shell.git
  gitlab安装说明文件在 doc/install/installation.md ,从上到下配置即可。
  各组件配置文件:
  https://gitlab.com/gitlab-org/gitlab-recipes
  https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/doc/settings
  https://gitlab.com/gitlab-org/gitlab-shell.git
  最好的文档莫过于官方文档,具体安装过程请严重参照说明文档。

页: [1]
查看完整版本: 版本管理-gitlab