<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>《CentOS6.3下GitLab+Nginx(SSL)+MySQL+Ruby安装部署》的评论</title>
	<atom:link href="http://www.showerlee.com/archives/1285/feed" rel="self" type="application/rss+xml" />
	<link>http://www.showerlee.com/archives/1285</link>
	<description>与你共同学习运维开发</description>
	<lastBuildDate>Tue, 09 Feb 2021 11:37:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>作者：showerlee</title>
		<link>http://www.showerlee.com/archives/1285/comment-page-1#comment-12652</link>
		<dc:creator>showerlee</dc:creator>
		<pubDate>Wed, 07 Dec 2016 04:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1285#comment-12652</guid>
		<description><![CDATA[“#”这个标示你如果经常用centOS可以注意到这个默认是root专属的shell command标示。
所以我的所有命令都是在root下执行的，如果需要切换，我会使用su - &quot;XXX&quot;去更换用户。]]></description>
		<content:encoded><![CDATA[<p>“#”这个标示你如果经常用centOS可以注意到这个默认是root专属的shell command标示。<br />
所以我的所有命令都是在root下执行的，如果需要切换，我会使用su &#8211; &#8220;XXX&#8221;去更换用户。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yyy2008</title>
		<link>http://www.showerlee.com/archives/1285/comment-page-1#comment-12646</link>
		<dc:creator>yyy2008</dc:creator>
		<pubDate>Fri, 02 Dec 2016 01:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1285#comment-12646</guid>
		<description><![CDATA[群主，这篇文章里，在命令出全是#，我都不知道，你到底是切换git用户没了
1.将GitLab安装在git的家目录下：
# su - git
2.克隆GitLab并切换分支到6-3-stable
a.克隆GitLab
# git clone https://github.com/gitlabhq/gitlabhq.git gitlab
b. 切换到6-3-stable分支
# cd /home/git/gitlab
# git checkout 6-3-stable]]></description>
		<content:encoded><![CDATA[<p>群主，这篇文章里，在命令出全是#，我都不知道，你到底是切换git用户没了<br />
1.将GitLab安装在git的家目录下：<br />
# su &#8211; git<br />
2.克隆GitLab并切换分支到6-3-stable<br />
a.克隆GitLab<br />
# git clone https://github.com/gitlabhq/gitlabhq.git gitlab<br />
b. 切换到6-3-stable分支<br />
# cd /home/git/gitlab<br />
# git checkout 6-3-stable</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：showerlee</title>
		<link>http://www.showerlee.com/archives/1285/comment-page-1#comment-10895</link>
		<dc:creator>showerlee</dc:creator>
		<pubDate>Thu, 28 Jul 2016 06:32:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1285#comment-10895</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-10591&quot; rel=&quot;nofollow&quot;&gt;@非常有帮助&lt;/a&gt; 建议放在同一台机器上, gitlab目前的后续版本你如果后期upgrade的话会抛弃nginx, 转而用gitlab自己开发的web engine.
所以你这么隔离开以后更新会出现问题.]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-10591" rel="nofollow">@非常有帮助</a> 建议放在同一台机器上, gitlab目前的后续版本你如果后期upgrade的话会抛弃nginx, 转而用gitlab自己开发的web engine.<br />
所以你这么隔离开以后更新会出现问题.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：showerlee</title>
		<link>http://www.showerlee.com/archives/1285/comment-page-1#comment-10894</link>
		<dc:creator>showerlee</dc:creator>
		<pubDate>Thu, 28 Jul 2016 06:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1285#comment-10894</guid>
		<description><![CDATA[&lt;a href=&quot;#comment-10649&quot; rel=&quot;nofollow&quot;&gt;@willem&lt;/a&gt; 建议直接用官方yum去安装, 我当时写这篇文章时官方没有出针对centos的安装文档, 所以就钻研的编译版本, 而且很多时候安装过程报错和你本地系统的开发依赖包的版本有很大关系.
给你推荐一个gitlab中文镜像网: https://www.gitlab.cc/downloads/#centos6]]></description>
		<content:encoded><![CDATA[<p><a href="#comment-10649" rel="nofollow">@willem</a> 建议直接用官方yum去安装, 我当时写这篇文章时官方没有出针对centos的安装文档, 所以就钻研的编译版本, 而且很多时候安装过程报错和你本地系统的开发依赖包的版本有很大关系.<br />
给你推荐一个gitlab中文镜像网: https://www.gitlab.cc/downloads/#centos6</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：willem</title>
		<link>http://www.showerlee.com/archives/1285/comment-page-1#comment-10649</link>
		<dc:creator>willem</dc:creator>
		<pubDate>Thu, 16 Jun 2016 03:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1285#comment-10649</guid>
		<description><![CDATA[二.安装GITLab shell--》e.安装一些需要的目录和文件
# ./bin/install：执行这一步的时候报错./bin/install:3: undefined method `require_relative&#039; for main:Object (NoMethodError)]]></description>
		<content:encoded><![CDATA[<p>二.安装GITLab shell&#8211;》e.安装一些需要的目录和文件<br />
# ./bin/install：执行这一步的时候报错./bin/install:3: undefined method `require_relative&#8217; for main:Object (NoMethodError)</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：非常有帮助</title>
		<link>http://www.showerlee.com/archives/1285/comment-page-1#comment-10591</link>
		<dc:creator>非常有帮助</dc:creator>
		<pubDate>Sat, 28 May 2016 12:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1285#comment-10591</guid>
		<description><![CDATA[我的nginx和gitlab不是一个机器上，所以git clone的时候报错，/opt/git/gitlab-shell/lib/gitlab_shell.rb:135:in `exec&#039;: No such file or directory - git-upload-pack (Errno::ENOENT)

ln -s /opt/soft/git/bin/git-upload-pack  /usr/bin/git-upload-pack
ln -s /opt/soft/git/bin/git-receive-pack  /usr/bin/git-receive-pack]]></description>
		<content:encoded><![CDATA[<p>我的nginx和gitlab不是一个机器上，所以git clone的时候报错，/opt/git/gitlab-shell/lib/gitlab_shell.rb:135:in `exec&#8217;: No such file or directory &#8211; git-upload-pack (Errno::ENOENT)</p>
<p>ln -s /opt/soft/git/bin/git-upload-pack  /usr/bin/git-upload-pack<br />
ln -s /opt/soft/git/bin/git-receive-pack  /usr/bin/git-receive-pack</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：showerlee</title>
		<link>http://www.showerlee.com/archives/1285/comment-page-1#comment-5799</link>
		<dc:creator>showerlee</dc:creator>
		<pubDate>Sat, 30 Aug 2014 00:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1285#comment-5799</guid>
		<description><![CDATA[有需要帮助的朋友可以在下面留言..]]></description>
		<content:encoded><![CDATA[<p>有需要帮助的朋友可以在下面留言..</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：CentOS6.3下GitLab+Nginx(SSL)+MySQL+Ruby安装部署 &#124; 我是程序员</title>
		<link>http://www.showerlee.com/archives/1285/comment-page-1#comment-5798</link>
		<dc:creator>CentOS6.3下GitLab+Nginx(SSL)+MySQL+Ruby安装部署 &#124; 我是程序员</dc:creator>
		<pubDate>Fri, 29 Aug 2014 17:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.showerlee.com/?p=1285#comment-5798</guid>
		<description><![CDATA[[&#8230;] 本文由(showerlee)原创，转载请保留文章出处！ 本文链接:http://www.showerlee.com/archives/1285 [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] 本文由(showerlee)原创，转载请保留文章出处！ 本文链接:http://www.showerlee.com/archives/1285 [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
