{"id":43238,"date":"2024-10-04T22:37:28","date_gmt":"2024-10-04T14:37:28","guid":{"rendered":"https:\/\/server.hk\/cnblog\/43238\/"},"modified":"2024-10-04T22:37:28","modified_gmt":"2024-10-04T14:37:28","slug":"centos-7-%e4%b8%8b-gitlab-9-1-0-%e5%ae%89%e8%a3%9d%e5%8f%8a%e6%bc%a2%e5%8c%96","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/43238\/","title":{"rendered":"CentOS 7 \u4e0b GitLab 9.1.0 \u5b89\u88dd\u53ca\u6f22\u5316"},"content":{"rendered":"<h1 id=\"centos-7-%e4%b8%8b-gitlab-9-1-0-%e5%ae%89%e8%a3%9d%e5%8f%8a%e6%bc%a2%e5%8c%96-EYeEVUsqsf\">CentOS 7 \u4e0b GitLab 9.1.0 \u5b89\u88dd\u53ca\u6f22\u5316<\/h1>\n<p>GitLab \u662f\u4e00\u500b\u529f\u80fd\u5f37\u5927\u7684\u958b\u6e90\u4ee3\u78bc\u7ba1\u7406\u5e73\u53f0\uff0c\u5ee3\u6cdb\u7528\u65bc\u7248\u672c\u63a7\u5236\u548c\u5354\u4f5c\u958b\u767c\u3002\u672c\u6587\u5c07\u4ecb\u7d39\u5982\u4f55\u5728 CentOS 7 \u4e0a\u5b89\u88dd GitLab 9.1.0 \u4e26\u9032\u884c\u6f22\u5316\u8a2d\u7f6e\uff0c\u5e6b\u52a9\u4f7f\u7528\u8005\u66f4\u597d\u5730\u4f7f\u7528\u9019\u500b\u5de5\u5177\u3002<\/p>\n<h2 id=\"%e5%89%8d%e6%9c%9f%e6%ba%96%e5%82%99-EYeEVUsqsf\">\u524d\u671f\u6e96\u5099<\/h2>\n<p>\u5728\u958b\u59cb\u5b89\u88dd\u4e4b\u524d\uff0c\u8acb\u78ba\u4fdd\u60a8\u7684 CentOS 7 \u7cfb\u7d71\u5df2\u7d93\u66f4\u65b0\u5230\u6700\u65b0\u7248\u672c\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u9032\u884c\u66f4\u65b0\uff1a<\/p>\n<pre><code>sudo yum update -y<\/code><\/pre>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u5b89\u88dd\u4e00\u4e9b\u5fc5\u8981\u7684\u4f9d\u8cf4\u5305\uff1a<\/p>\n<pre><code>sudo yum install -y curl policycoreutils openssh-server openssh-clients<\/code><\/pre>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u555f\u52d5 SSH \u670d\u52d9\uff1a<\/p>\n<pre><code>sudo systemctl enable sshd\nsudo systemctl start sshd<\/code><\/pre>\n<h2 id=\"%e5%ae%89%e8%a3%9d-gitlab-EYeEVUsqsf\">\u5b89\u88dd GitLab<\/h2>\n<p>\u63a5\u4e0b\u4f86\uff0c\u60a8\u9700\u8981\u4e0b\u8f09 GitLab \u7684\u5b89\u88dd\u5305\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u4e0b\u8f09 GitLab 9.1.0 \u7684\u5b89\u88dd\u5305\uff1a<\/p>\n<pre><code>curl -LO https:\/\/gitlab.com\/gitlab-org\/gitlab-ce\/repository\/archive.tar.gz?ref=9-1-stable<\/code><\/pre>\n<p>\u4e0b\u8f09\u5b8c\u6210\u5f8c\uff0c\u89e3\u58d3\u7e2e\u5b89\u88dd\u5305\uff1a<\/p>\n<pre><code>tar -xzf archive.tar.gz?ref=9-1-stable<\/code><\/pre>\n<p>\u7136\u5f8c\uff0c\u9032\u5165\u89e3\u58d3\u5f8c\u7684\u76ee\u9304\uff0c\u57f7\u884c\u5b89\u88dd\u547d\u4ee4\uff1a<\/p>\n<pre><code>sudo bash .sh<\/code><\/pre>\n<p>\u5b89\u88dd\u904e\u7a0b\u4e2d\uff0c\u7cfb\u7d71\u6703\u63d0\u793a\u60a8\u8a2d\u7f6e GitLab \u7684 URL\uff0c\u8acb\u6839\u64da\u60a8\u7684\u5be6\u969b\u60c5\u6cc1\u9032\u884c\u8a2d\u7f6e\u3002\u5b8c\u6210\u5f8c\uff0c\u60a8\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u4f86\u6aa2\u67e5 GitLab \u7684\u72c0\u614b\uff1a<\/p>\n<pre><code>sudo gitlab-ctl status<\/code><\/pre>\n<h2 id=\"%e9%85%8d%e7%bd%ae%e9%98%b2%e7%81%ab%e7%89%86-EYeEVUsqsf\">\u914d\u7f6e\u9632\u706b\u7246<\/h2>\n<p>\u70ba\u4e86\u8b93\u5916\u90e8\u7528\u6236\u80fd\u5920\u8a2a\u554f GitLab\uff0c\u60a8\u9700\u8981\u914d\u7f6e\u9632\u706b\u7246\u3002\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u547d\u4ee4\u958b\u653e HTTP \u548c SSH \u7aef\u53e3\uff1a<\/p>\n<pre><code>sudo firewall-cmd --permanent --add-service=http\nsudo firewall-cmd --permanent --add-service=https\nsudo firewall-cmd --permanent --add-service=ssh\nsudo firewall-cmd --reload<\/code><\/pre>\n<h2 id=\"%e6%bc%a2%e5%8c%96-gitlab-EYeEVUsqsf\">\u6f22\u5316 GitLab<\/h2>\n<p>\u5b89\u88dd\u5b8c\u6210\u5f8c\uff0c\u60a8\u53ef\u80fd\u5e0c\u671b\u5c07 GitLab \u7684\u754c\u9762\u6f22\u5316\u3002GitLab \u63d0\u4f9b\u4e86\u591a\u7a2e\u8a9e\u8a00\u7684\u652f\u6301\uff0c\u4f46\u9700\u8981\u9032\u884c\u4e00\u4e9b\u914d\u7f6e\u3002\u9996\u5148\uff0c\u60a8\u9700\u8981\u7de8\u8f2f GitLab \u7684\u914d\u7f6e\u6587\u4ef6\uff1a<\/p>\n<pre><code>sudo vi \/etc\/gitlab\/gitlab.rb<\/code><\/pre>\n<p>\u5728\u6587\u4ef6\u4e2d\u627e\u5230\u4ee5\u4e0b\u884c\uff1a<\/p>\n<pre><code># gitlab_rails['gitlab_default_can_create_group'] = true<\/code><\/pre>\n<p>\u5c07\u5176\u4fee\u6539\u70ba\uff1a<\/p>\n<pre><code>gitlab_rails['gitlab_default_can_create_group'] = true\ngitlab_rails['gitlab_default_language'] = 'zh_CN'<\/code><\/pre>\n<p>\u4fdd\u5b58\u4e26\u9000\u51fa\u7de8\u8f2f\u5668\u5f8c\uff0c\u91cd\u65b0\u914d\u7f6e GitLab\uff1a<\/p>\n<pre><code>sudo gitlab-ctl reconfigure<\/code><\/pre>\n<p>\u5b8c\u6210\u5f8c\uff0c\u60a8\u53ef\u4ee5\u901a\u904e\u8a2a\u554f GitLab \u7684\u7db2\u9801\u754c\u9762\u4f86\u6aa2\u67e5\u6f22\u5316\u6548\u679c\u3002<\/p>\n<h2 id=\"%e7%b8%bd%e7%b5%90-EYeEVUsqsf\">\u7e3d\u7d50<\/h2>\n<p>\u5728\u672c\u6587\u4e2d\uff0c\u6211\u5011\u4ecb\u7d39\u4e86\u5982\u4f55\u5728 CentOS 7 \u4e0a\u5b89\u88dd GitLab 9.1.0 \u4e26\u9032\u884c\u6f22\u5316\u8a2d\u7f6e\u3002\u9019\u4e9b\u6b65\u9a5f\u5c07\u5e6b\u52a9\u60a8\u66f4\u597d\u5730\u4f7f\u7528 GitLab \u9032\u884c\u4ee3\u78bc\u7ba1\u7406\u548c\u5354\u4f5c\u958b\u767c\u3002\u5982\u679c\u60a8\u9700\u8981\u7a69\u5b9a\u7684 <a href=\"https:\/\/server.hk\">\u9999\u6e2fVPS<\/a> \u4f86\u904b\u884c GitLab\uff0cServer.HK \u63d0\u4f9b\u591a\u7a2e\u9078\u64c7\uff0c\u6eff\u8db3\u60a8\u7684\u9700\u6c42\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to install GitLab 9.1.0 on CentOS 7 and localize it with Chinese language support in this comprehensive guide.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4924],"tags":[],"class_list":["post-43238","post","type-post","status-publish","format-standard","hentry","category-setup-tutorials"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43238","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=43238"}],"version-history":[{"count":1,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43238\/revisions"}],"predecessor-version":[{"id":43239,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/43238\/revisions\/43239"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=43238"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=43238"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=43238"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}