1 Star 1 Fork 1

zeal / gitlabhq

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
structure.md 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
Sam Gleske 提交于 2014-01-29 09:17 . updating structure doc

GitLab directory structure

This is the directory structure you will end up with following the instructions in the Installation Guide.

|-- home
|   |-- git
|       |-- .ssh
|       |-- gitlab
|       |-- gitlab-satellites
|       |-- gitlab-shell
|       |-- repositories
  • /home/git/.ssh - contains openssh settings. Specifically the authorized_keys file managed by gitlab-shell.
  • /home/git/gitlab - GitLab core software.
  • /home/git/gitlab-satellites - checked out repositories for merge requests and file editing from web UI. This can be treated as a temporary files directory.
  • /home/git/gitlab-shell - Core add-on component of gitlab. Maintains SSH cloning and other functionality.
  • /home/git/repositories - bare repositories for all projects organized by namespace. This is where the git repositories which are pushed/pulled are maintained for all projects. This area is critical data for projects. Keep a backup

Note: the default locations for gitlab-satellites and repositories can be configured in config/gitlab.yml of gitlab and config.yml of gitlab-shell.

To see a more in-depth overview see the GitLab architecture doc.

Ruby
1
https://gitee.com/zeal/gitlabhq.git
git@gitee.com:zeal/gitlabhq.git
zeal
gitlabhq
gitlabhq
master

搜索帮助