16.3 GitLab Enterprise Edition 部署
安装 GitLab EE
# pkg install gitlab-ee# cd /usr/ports/www/gitlab/
# make FLAVORS=ee install clean安装后配置说明
# pkg info -D gitlab-ee
gitlab-ee-17.8.2_1:
On install:
Gitlab was installed successfully.
# GitLab 已成功安装。
You now need to set up the various components of Gitlab, so please
follow the instructions in the guide at:
https://gitlab.com/mfechner/freebsd-gitlab-docu/blob/master/install/17.8-freebsd.md
# 接下来你需要配置 GitLab 的各个组件。
# 请参考上面的 FreeBSD 安装指南链接进行设置。
On upgrade from gitlab-ee<11.9.7:
!! WARNING: Please make sure you read in UPDATING entry 20190423 !!
# 如果你从低于 11.9.7 的旧版本升级,
# 请务必阅读 FreeBSD ports 树中 `UPDATING` 文件中 20190423 的条目!
On upgrade:
If you just installed an major upgrade of GitLab, for example you
switched from 17.5.x to 17.6.x, please follow the instructions in the guide at:
https://gitlab.com/mfechner/freebsd-gitlab-docu/blob/master/update/17.7-17.8-freebsd.md
# 如果你进行了主版本升级(例如从 17.5.x 升级到 17.6.x),
# 请按照上面链接的升级指南进行操作。
If you just installed an minor upgrade of GitLab please follow
the instructions in the guide at:
https://gitlab.com/mfechner/freebsd-gitlab-docu/blob/master/update/freebsd_patch_versions.md
# 如果只是进行了小版本升级(例如从 17.8.1 升级到 17.8.2),
# 请参阅上面的补丁版本更新指南。启动服务
PostgreSQL 数据库配置
数据库与用户初始化
数据库扩展配置
Redis 缓存服务配置
配置 socket
配置服务
配置用户权限
Git 环境配置
配置 GitLab
调整 GitLab 负载
数据库连接配置
Nginx
安装
配置 /usr/local/etc/nginx/nginx.conf
/usr/local/etc/nginx/nginx.conf配置服务
配置 GitLab Pages
启动服务
检查配置
平台访问与初始化



语言环境配置

许可证激活(仅供学习参考)


参考文献
外部项目导入配置



参考文献
故障排除与未竟事宜
日志
500: We're sorry, something went wrong on our end
500: We're sorry, something went wrong on our end参考文献
课后习题
最后更新于