终于!极狐GitLab 支持 ARM 啦!

作为 ARM 用户,

但无法安装使用极狐GitLab?

基于诸多用户的反馈与需求,

极狐GitLab 已支持在 ARM 上使用啦!

您可以根据下面教程,

在 ARM 上体验

高效、安全、一体化的 DevOps 平台!


极狐GitLab 从 15.2.0 开始正式支持 ARM 了。目前支持的 OS 有:

  • Ubuntu 20.04

  • Debian 10/11

  • AlmaLinux 8

可以通过 apt/dnf/yum 的方式完成极狐GitLab 在 ARM 上的安装。下面演示用 apt 方式进行极狐GitLab 的安装。

环境信息

终于!极狐GitLab 支持 ARM 啦!_第1张图片

可以通过 uname -p 来查看 Processor Type:

$ uname -p
aarch64

上述配置仅为演示用,生产使用需要根据自身需求进行容量扩展,如果有任何问题可以通过下方链接直接联系极狐GitLab 支持团队。

https://gitlab.cn/company/contact/

安装

使用如下命令添加 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

安装成功可以看到如下界面:

终于!极狐GitLab 支持 ARM 啦!_第2张图片

登录使用

使用初始用户名和密码直接登陆以下网址:

 http://jihulab.example.com

终于!极狐GitLab 支持 ARM 啦!_第3张图片

初始用户名和密码的获取以及 HTTPS 的配置可以查看极狐GitLab 安装配置指南。

你可能感兴趣的:(gitlab)