{"id":1774,"date":"2023-04-30T12:30:00","date_gmt":"2023-04-30T17:30:00","guid":{"rendered":"https:\/\/linuxhostsupport.com\/blog\/?p=1774"},"modified":"2023-04-06T05:10:59","modified_gmt":"2023-04-06T10:10:59","slug":"how-to-install-gitlab-on-almalinux-9","status":"publish","type":"post","link":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/","title":{"rendered":"How to Install GitLab on AlmaLinux 9"},"content":{"rendered":"\n<div id=\"linux-2834689532\" class=\"linux-before-1st-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1339&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340090_NVMeGoogleAds_728x90_041322-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div><p>In this tutorial we are going to show you in step-by-step detail how to install Gitlab on <a href=\"https:\/\/www.rosehosting.com\/almalinux-hosting\/\" title=\"\">AlmaLinux 9 OS<\/a>.<\/p>\n\n\n\n<p>GitLab is open-source software written in Ruby, Go and JavaScript operated by GitLab Inc. GitLab offers a wide range of features such as CI\/CD (Continous Integration, Continous Delivery) which makes the work of developers and administrators straightforward and simple.<\/p>\n\n\n\n<p>Installing GitLab on AlmaLinux 9 is a straightforward process that may take up to 10 minutes. Let&#8217;s get started!<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A VPS with at least 4GB of RAM (Our NVMe 4 VPS plan)<\/li>\n\n\n\n<li>Fresh install of AlmaLinux 9 as OS<\/li>\n\n\n\n<li>Valid domain pointed to the servers IP address<\/li>\n\n\n\n<li>User privileges: root or non-root user with sudo privileges<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Step 1. Update the System<\/h2>\n\n\n\n<p>Update the system packages to their latest version available before installing anything on a fresh server.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo dnf update -y &amp;&amp; sudo dnf upgrade -y<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 2. Install GitLab Dependencies<\/h2>\n\n\n\n<p>To install GitLab required package dependencies execute the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo dnf install curl python3-policycoreutils git policycoreutils libxcrypt-compat gnupg2 git-core zlib zlib-devel gcc-c++ patch readline readline-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison curl tar sqlite-devel ruby ruby-devel -y<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 3. Add GitLab Repository<\/h2>\n\n\n\n<p>First we will add the GitLab repo since it is not added by default in the AlmaLinux 9. Open the file <strong>\/etc\/yum.repos.d\/gitlab_gitlab-ce.repo<\/strong> with your favorite editor and paste the following lines of code:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[gitlab_gitlab-ce]\nname=gitlab_gitlab-ce\nbaseurl=https:\/\/packages.gitlab.com\/gitlab\/gitlab-ce\/el\/8\/$basearch\nrepo_gpgcheck=1\ngpgcheck=1\nenabled=1\ngpgkey=https:\/\/packages.gitlab.com\/gitlab\/gitlab-ce\/gpgkey\n       https:\/\/packages.gitlab.com\/gitlab\/gitlab-ce\/gpgkey\/gitlab-gitlab-ce-3D645A26AB9FBD22.pub.gpg\nsslverify=1\nsslcacert=\/etc\/pki\/tls\/certs\/ca-bundle.crt\nmetadata_expire=300\n\n<\/pre>\n\n\n<p>[gitlab_gitlab-ce-source]<\/p>\n\n\n\n<p>name=gitlab_gitlab-ce-source baseurl=https:\/\/packages.gitlab.com\/gitlab\/gitlab-ce\/el\/8\/SRPMS repo_gpgcheck=1 gpgcheck=1 enabled=1 gpgkey=https:\/\/packages.gitlab.com\/gitlab\/gitlab-ce\/gpgkey https:\/\/packages.gitlab.com\/gitlab\/gitlab-ce\/gpgkey\/gitlab-gitlab-ce-3D645A26AB9FBD22.pub.gpg sslverify=1 sslcacert=\/etc\/pki\/tls\/certs\/ca-bundle.crt metadata_expire=300<\/p>\n\n\n\n<p>Save the file, close it and update the system<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo dnf update -y<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 4. Install GitLab<\/h2>\n\n\n\n<p>Now, when the repo is added we can install GitLab with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo dnf install gitlab-ce -y<\/pre>\n\n\n\n<p>After successfull installation start the GitLab service:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo gitlab-ctl start<\/pre>\n\n\n\n<p>You should receive the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[root@host]# sudo gitlab-ctl stop\nok: down: alertmanager: 0s, normally up, want up\nok: down: gitaly: 0s, normally up\nok: down: gitlab-exporter: 0s, normally up\nok: down: gitlab-kas: 0s, normally up\nok: down: gitlab-workhorse: 0s, normally up\nok: down: logrotate: 1s, normally up\nok: down: nginx: 0s, normally up\nok: down: node-exporter: 1s, normally up\nok: down: postgres-exporter: 0s, normally up\nok: down: postgresql: 0s, normally up\nok: down: prometheus: 1s, normally up\nok: down: puma: 0s, normally up\nok: down: redis: 1s, normally up\nok: down: redis-exporter: 0s, normally up\nok: down: sidekiq: 0s, normally up\n[root@host gems]# sudo gitlab-ctl start\nok: run: alertmanager: (pid 53445) 0s\nok: run: gitaly: (pid 53452) 0s\nok: run: gitlab-exporter: (pid 53469) 1s\nok: run: gitlab-kas: (pid 53473) 0s\nok: run: gitlab-workhorse: (pid 53490) 1s\nok: run: logrotate: (pid 53499) 0s\nok: run: nginx: (pid 53512) 0s\nok: run: node-exporter: (pid 53514) 1s\nok: run: postgres-exporter: (pid 53520) 0s\nok: run: postgresql: (pid 53534) 1s\nok: run: prometheus: (pid 53543) 0s\nok: run: puma: (pid 53559) 1s\nok: run: redis: (pid 53567) 0s\nok: run: redis-exporter: (pid 53573) 0s\nok: run: sidekiq: (pid 53587) 1s\n<\/pre>\n\n\n\n<p>To check the status of GitLab service execute the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo gitlab-ctl status<\/pre>\n\n\n\n<p>You should receive the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[root@host]# sudo gitlab-ctl status\ndown: alertmanager: 1s, normally up, want up; run: log: (pid 14903) 3685s\nrun: gitaly: (pid 53452) 33s; run: log: (pid 14315) 3889s\nrun: gitlab-exporter: (pid 53469) 33s; run: log: (pid 14808) 3703s\nrun: gitlab-kas: (pid 53473) 32s; run: log: (pid 14582) 3864s\nrun: gitlab-workhorse: (pid 53490) 32s; run: log: (pid 14731) 3724s\nrun: logrotate: (pid 53499) 31s; run: log: (pid 14247) 3905s\nrun: nginx: (pid 53893) 1s; run: log: (pid 14743) 3718s\nrun: node-exporter: (pid 53514) 31s; run: log: (pid 14785) 3710s\nrun: postgres-exporter: (pid 53520) 30s; run: log: (pid 14956) 3680s\nrun: postgresql: (pid 53534) 30s; run: log: (pid 14457) 3873s\nrun: prometheus: (pid 53543) 29s; run: log: (pid 14865) 3692s\nrun: puma: (pid 53559) 29s; run: log: (pid 14666) 3736s\nrun: redis: (pid 53567) 28s; run: log: (pid 14283) 3896s\nrun: redis-exporter: (pid 53573) 28s; run: log: (pid 14838) 3697s\nrun: sidekiq: (pid 53587) 28s; run: log: (pid 14683) 3732s\n<\/pre>\n\n\n\n<p>To check the GitLab ports execute the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">netstat -tunlp | grep gitlab<\/pre>\n\n\n\n<p>You should receive the following output:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">[root@host]# netstat -tunlp | grep gitlab\ntcp6       0      0 ::1:8153                :::*                    LISTEN      53473\/gitlab-kas\ntcp6       0      0 ::1:8155                :::*                    LISTEN      53473\/gitlab-kas\ntcp6       0      0 ::1:8154                :::*                    LISTEN      53473\/gitlab-kas\ntcp6       0      0 ::1:8151                :::*                    LISTEN      53473\/gitlab-kas\ntcp6       0      0 ::1:8150                :::*                    LISTEN      53473\/gitlab-kas\ntcp6       0      0 ::1:9229                :::*                    LISTEN      53490\/gitlab-workho\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Step 5. Access GitLab with Domain<\/h2>\n\n\n\n<p>To access the GitLab in the browser via domain name, you need to configure it in the following file: <strong>\/etc\/gitlab\/gitlab.rb<\/strong>.<\/p>\n\n\n\n<p>Open it with your favore browser and edit the following lines by entering your domain name and setting your strong root password:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">external_url 'http:\/\/<strong>YourDomainHere<\/strong>'\n\ngitlab_rails['initial_root_password'] = '<strong>YourStrongPasswordHere<\/strong>'\n<\/pre>\n\n\n\n<p>Save the file, close it and execute the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">gitlab-ctl reconfigure<\/pre>\n\n\n\n<p>After reconfiguring the application you can access GitLab at <strong>http:\/\/YourDomain<\/strong> using the <strong>root<\/strong> as username and your strong password you set above.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"706\" height=\"489\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/gitlab-set-username-and-password.webp\" alt=\"\" class=\"wp-image-1783\" srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/gitlab-set-username-and-password.webp 706w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/gitlab-set-username-and-password-300x208.webp 300w\" sizes=\"(max-width: 706px) 100vw, 706px\" \/><\/figure>\n<\/div>\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"1024\" height=\"263\" src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/gitlab-finished-installation-1024x263.webp\" alt=\"\" class=\"wp-image-1784\" srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/gitlab-finished-installation-1024x263.webp 1024w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/gitlab-finished-installation-300x77.webp 300w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/gitlab-finished-installation-768x197.webp 768w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/gitlab-finished-installation.webp 1334w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p>Congratulations! You successfully installed and configured GitLab on AlmaLinux 9 OS. If you have any difficulties completing this setup, feel free to contact our technical support and they will help you in no time. We are available 24\/7. All you need to do is to sign up for one of our <a href=\"https:\/\/www.rosehosting.com\/linux-vps-hosting\/\" title=\"\">NVMe VPS plans<\/a> and submit a support ticket.<\/p>\n\n\n\n<p>If you liked this post on how to install GitLab on AlmaLinux 9, please share it with your friends on the social networks or simply leave a reply below. Thanks.<\/p><div id=\"linux-3485676618\" class=\"linux-after-8th-paragraph linux-entity-placement\" style=\"margin-top: 15px;margin-bottom: 15px;\"><a href=\"https:\/\/www.rosehosting.com\/managed-vps-hosting\/?mtm_campaign=blogs&#038;mtm_source=lhs&#038;mtm_medium=blog&#038;mtm_content=managed-vps&#038;mtm_cid=1340&#038;mtm_placement=inline\" aria-label=\"Untitled\"><img src=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg\" alt=\"\"  srcset=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622.jpg 728w, https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2020\/12\/1340095_VPSGoogleAds_728x90_042622-300x37.jpg 300w\" sizes=\"(max-width: 728px) 100vw, 728px\" width=\"728\" height=\"90\"  style=\"display: inline-block;\" \/><\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In this tutorial we are going to show you in step-by-step detail how to install Gitlab on AlmaLinux 9 OS. GitLab is open-source software written in Ruby, Go and JavaScript operated by GitLab Inc. GitLab offers a wide range of features such as CI\/CD (Continous Integration, Continous Delivery) which makes the work of developers and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1775,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,182],"tags":[115,199,20],"class_list":["post-1774","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-ubuntu","tag-gitlab","tag-how-to-install","tag-ubuntu"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install GitLab on AlmaLinux 9 | LinuxHostSupport<\/title>\n<meta name=\"description\" content=\"Learn how to install GitLAb on AlmaLinux 9 wit our step-by-step guide. GitLab is a powerful platform for managing your code repositories and collaboration with your team. Follow our easy-to-understand instructions and get started with GitLab today.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install GitLab on AlmaLinux 9 | LinuxHostSupport\" \/>\n<meta property=\"og:description\" content=\"Learn how to install GitLAb on AlmaLinux 9 wit our step-by-step guide. GitLab is a powerful platform for managing your code repositories and collaboration with your team. Follow our easy-to-understand instructions and get started with GitLab today.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxHostSupport\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/linuxhostsupport\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-30T17:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/install-gitlab-on-almalinux-9.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"742\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:site\" content=\"@lnxhostsupport\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"headline\":\"How to Install GitLab on AlmaLinux 9\",\"datePublished\":\"2023-04-30T17:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/\"},\"wordCount\":485,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-gitlab-on-almalinux-9.webp\",\"keywords\":[\"gitlab\",\"how to install\",\"ubuntu\"],\"articleSection\":[\"Tutorials\",\"Ubuntu\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/\",\"name\":\"How to Install GitLab on AlmaLinux 9 | LinuxHostSupport\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-gitlab-on-almalinux-9.webp\",\"datePublished\":\"2023-04-30T17:30:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\"},\"description\":\"Learn how to install GitLAb on AlmaLinux 9 wit our step-by-step guide. GitLab is a powerful platform for managing your code repositories and collaboration with your team. Follow our easy-to-understand instructions and get started with GitLab today.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/#primaryimage\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-gitlab-on-almalinux-9.webp\",\"contentUrl\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/03\\\/install-gitlab-on-almalinux-9.webp\",\"width\":742,\"height\":372,\"caption\":\"install gitlab on almalinux 9\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/how-to-install-gitlab-on-almalinux-9\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install GitLab on AlmaLinux 9\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/\",\"name\":\"LinuxHostSupport\",\"description\":\"Linux Tutorials and Guides\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/#\\\/schema\\\/person\\\/53a9571ea078cdf350137a1e97423cfb\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"url\":\"https:\\\/\\\/linuxhostsupport.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install GitLab on AlmaLinux 9 | LinuxHostSupport","description":"Learn how to install GitLAb on AlmaLinux 9 wit our step-by-step guide. GitLab is a powerful platform for managing your code repositories and collaboration with your team. Follow our easy-to-understand instructions and get started with GitLab today.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/","og_locale":"en_US","og_type":"article","og_title":"How to Install GitLab on AlmaLinux 9 | LinuxHostSupport","og_description":"Learn how to install GitLAb on AlmaLinux 9 wit our step-by-step guide. GitLab is a powerful platform for managing your code repositories and collaboration with your team. Follow our easy-to-understand instructions and get started with GitLab today.","og_url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/","og_site_name":"LinuxHostSupport","article_publisher":"https:\/\/www.facebook.com\/linuxhostsupport","article_published_time":"2023-04-30T17:30:00+00:00","og_image":[{"width":742,"height":372,"url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/install-gitlab-on-almalinux-9.webp","type":"image\/webp"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@lnxhostsupport","twitter_site":"@lnxhostsupport","twitter_misc":{"Written by":"admin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/#article","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/"},"author":{"name":"admin","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"headline":"How to Install GitLab on AlmaLinux 9","datePublished":"2023-04-30T17:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/"},"wordCount":485,"commentCount":0,"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/install-gitlab-on-almalinux-9.webp","keywords":["gitlab","how to install","ubuntu"],"articleSection":["Tutorials","Ubuntu"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/","url":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/","name":"How to Install GitLab on AlmaLinux 9 | LinuxHostSupport","isPartOf":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/#primaryimage"},"image":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/#primaryimage"},"thumbnailUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/install-gitlab-on-almalinux-9.webp","datePublished":"2023-04-30T17:30:00+00:00","author":{"@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb"},"description":"Learn how to install GitLAb on AlmaLinux 9 wit our step-by-step guide. GitLab is a powerful platform for managing your code repositories and collaboration with your team. Follow our easy-to-understand instructions and get started with GitLab today.","breadcrumb":{"@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/#primaryimage","url":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/install-gitlab-on-almalinux-9.webp","contentUrl":"https:\/\/linuxhostsupport.com\/blog\/wp-content\/uploads\/2023\/03\/install-gitlab-on-almalinux-9.webp","width":742,"height":372,"caption":"install gitlab on almalinux 9"},{"@type":"BreadcrumbList","@id":"https:\/\/linuxhostsupport.com\/blog\/how-to-install-gitlab-on-almalinux-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/linuxhostsupport.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install GitLab on AlmaLinux 9"}]},{"@type":"WebSite","@id":"https:\/\/linuxhostsupport.com\/blog\/#website","url":"https:\/\/linuxhostsupport.com\/blog\/","name":"LinuxHostSupport","description":"Linux Tutorials and Guides","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/linuxhostsupport.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/linuxhostsupport.com\/blog\/#\/schema\/person\/53a9571ea078cdf350137a1e97423cfb","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ed83c63a34114218f977e1f913be03906d17c7d9c800788fcac345f5edaf6cfa?s=96&d=mm&r=g","caption":"admin"},"url":"https:\/\/linuxhostsupport.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1774","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/comments?post=1774"}],"version-history":[{"count":4,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1774\/revisions"}],"predecessor-version":[{"id":1787,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/posts\/1774\/revisions\/1787"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media\/1775"}],"wp:attachment":[{"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/media?parent=1774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/categories?post=1774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linuxhostsupport.com\/blog\/wp-json\/wp\/v2\/tags?post=1774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}