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 相关
创建数据库
切换回 root
root配置 Redis
配置 socket
配置服务
配置用户权限
配置 git(为 git 用户配置 Git 全局设置)
配置 GitLab
调整 GitLab 负载
配置 GitLab 数据库
Nginx
安装
配置 /usr/local/etc/nginx/nginx.conf
/usr/local/etc/nginx/nginx.conf配置服务
配置 GitLab Pages
启动服务
检查配置
启动 GitLab



设置中文

激活


参考文献
导入外部项目



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