极狐GitLab 从 15.2.0 开始正式支持 ARM 了。目前支持的 OS 有:
- Ubuntu 20.04
- Debian 10/11
- AlmaLinux 8
可以通过 apt/dnf/yum
的方式完成极狐GitLab 在 ARM 上的安装。下面演示用 apt
方式进行极狐GitLab 的安装。
环境信息
CPU | RAM | Disk | OS | Processor Type |
---|---|---|---|---|
2 Core | 4 GB | 50 GB | Ubuntu | ARM |
可以通过 uname -p
来查看 Processor Type:
$ uname -p
aarch64
上述配置仅为演示用,生产使用需要根据自身需求进行容量扩展,如果有任何问题可以直接联系极狐GitLab 支持团队。
安装
使用如下命令添加 gitlab-jh
repo:
$ curl -fsSL https://packages.gitlab.cn/repository/raw/scripts/setup.sh | /bin/bash
...太长,省略...
==> Add apt repo file to /etc/apt/sources.list.d/gitlab-jh.list
deb https://packages.gitlab.cn/repository/ubuntu-focal/ focal main
==> Running apt-get update...
==> Successfully added gitlab-jh repo. To install JiHu GitLab, run "sudo apt-get install gitlab-jh".
接着使用 apt-get
就可以进行安装:
$ EXTERNAL_URL="https://jihulab.example.com" && apt-get install gitlab-jh
安装成功可以看到如下界面:
登录使用
使用初始用户名和密码直接登陆 http://jihulab.example.com:
初始用户名和密码的获取以及 HTTPS 的配置可以查看极狐GitLab 安装配置指南。