how to install Gitlab on Amazon Linux 2023 (x86) ?

0

Hi,

I automate gitlab installation on the ubuntu image but i need to swicth to Amazon Linux 2023 (x86).

I looked on the net, it is not clear if Gitlab may be installed on Amazon Linux 2023 (x86). I looked on re:post site : there is a lot's of questions about runners but not about Gitlab installation.

The first point is packages repositories, on ubuntu the reposotiries configuration has to be updated with the command "curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | bash"

Is there an similar command for Amazon Linux 2023 (x86) ?

질문됨 8달 전836회 조회
1개 답변
0

Hello.

After installing by following the steps in the document below, I was able to confirm the login.
https://about.gitlab.com/install/#almalinux

sudo su -
dnf install postfix -y
systemctl enable postfix
systemctl start postfix
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash
sudo EXTERNAL_URL="http://EC2 IP" dnf install -y gitlab-ee
cat /etc/gitlab/initial_root_password

gitlab

profile picture
전문가
답변함 8달 전
profile pictureAWS
전문가
검토됨 8달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠