<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>筆記 &#8211; 這世上 沒有偶然 只有必然</title>
	<atom:link href="https://wordpress.lokidea.com/tag/%E7%AD%86%E8%A8%98/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.lokidea.com</link>
	<description>幻幽的小小分享區</description>
	<lastBuildDate>Wed, 16 Dec 2020 07:41:37 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>[筆記文] 2020/12/16</title>
		<link>https://wordpress.lokidea.com/2127/%e7%ad%86%e8%a8%98%e6%96%87-2020-12-16/</link>
					<comments>https://wordpress.lokidea.com/2127/%e7%ad%86%e8%a8%98%e6%96%87-2020-12-16/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Tue, 15 Dec 2020 23:24:00 +0000</pubDate>
				<category><![CDATA[偶然]]></category>
		<category><![CDATA[隨便聊聊]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[筆記]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=2127</guid>

					<description><![CDATA[沒想到現在 Blogger 還有很多人在寫 Templates 今天同事丟一個站來問怎麼做的 看原始碼去觀察就 &#8230; <a href="https://wordpress.lokidea.com/2127/%e7%ad%86%e8%a8%98%e6%96%87-2020-12-16/" class="more-link">閱讀全文 <span class="screen-reader-text">[筆記文] 2020/12/16</span></a>]]></description>
										<content:encoded><![CDATA[
<p>沒想到現在 Blogger 還有很多人在寫 Templates </p>



<p>今天同事<a rel="noreferrer noopener" href="http://www.angeladesignlife.com/" target="_blank">丟一個站</a>來問怎麼做的 看原始碼去觀察就知道是 Blogger 的網站</p>



<p>然後右下角也有寫 Designed by <a rel="noreferrer noopener" href="http://www.oddthemes.com/" target="_blank">OddThemes</a> </p>



<p>這篇先記錄一下這件事情，之後有空再來研究 Blogger 進步到哪一個程度了</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/2127/%e7%ad%86%e8%a8%98%e6%96%87-2020-12-16/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>phpci 安裝筆記</title>
		<link>https://wordpress.lokidea.com/7/phpci-%e5%ae%89%e8%a3%9d%e7%ad%86%e8%a8%98/</link>
					<comments>https://wordpress.lokidea.com/7/phpci-%e5%ae%89%e8%a3%9d%e7%ad%86%e8%a8%98/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Wed, 03 Sep 2014 10:26:58 +0000</pubDate>
				<category><![CDATA[初次研究]]></category>
		<category><![CDATA[CI (continuous integration)]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[安裝]]></category>
		<category><![CDATA[筆記]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=4</guid>

					<description><![CDATA[昨天研究了應該要使用哪一個 CI (continuous integration) 持續整合環境 因為與版本控 &#8230; <a href="https://wordpress.lokidea.com/7/phpci-%e5%ae%89%e8%a3%9d%e7%ad%86%e8%a8%98/" class="more-link">閱讀全文 <span class="screen-reader-text">phpci 安裝筆記</span></a>]]></description>
										<content:encoded><![CDATA[<p>昨天研究了應該要使用哪一個 CI (continuous integration) 持續整合環境<br />
因為與版本控制有關，我現在都用 Git，而且主要使用 Bitbucket與 Github，搜尋了一下<br />
找到一篇寫安裝的文章 http://ithelp.ithome.com.tw/question/10138985 (去年10月文章)<span id="more-7"></span><br />
自己裝的話，方案有：</p>
<ol>
<li>Jenkins</li>
<li>phpUnderControl</li>
<li>xinc</li>
<li>phpci</li>
</ol>
<p>發現 phpci 好像很新，就來看看，原文提到安裝會一直失敗<br />
我在windows上面也不容易安裝。<br />
而且他也要安裝composer才能正常安裝<br />
我就跑去用ubuntu的主機來安裝<br />
先安裝 <a href="https://getcomposer.org/doc/00-intro.md#globally" target="_blank" rel="noopener noreferrer">composer</a> ，直接裝在全域設定上</p>
<pre class=" language-bash" style="color: black;"><code class=" language-bash" style="color: black;">curl &lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;-&lt;/span&gt;sS https&lt;span class=&quot;token punctuation&quot; style=&quot;color: #999999;&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;/&lt;/span&gt;getcomposer&lt;span class=&quot;token punctuation&quot; style=&quot;color: #999999;&quot;&gt;.&lt;/span&gt;org&lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;/&lt;/span&gt;installer &lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;|&lt;/span&gt; php
mv composer&lt;span class=&quot;token punctuation&quot; style=&quot;color: #999999;&quot;&gt;.&lt;/span&gt;phar &lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;/&lt;/span&gt;usr&lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;/&lt;/span&gt;local&lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;/&lt;/span&gt;bin&lt;span class=&quot;token operator&quot; style=&quot;color: #a67f59;&quot;&gt;/&lt;/span&gt;composer</code></pre>
<p>接下來，安裝 <a href="https://github.com/Block8/PHPCI/wiki/Installing-PHPCI" target="_blank" rel="noopener noreferrer">phpci</a><br />
我在ubuntu 14.04，已經安裝apache2、PHP5、MySQL，還要安裝mycrypt</p>
<pre style="color: #333333;"><code style="color: #222222;">php5enmod mcrypt</code></pre>
<p>到你要安裝的網頁目錄</p>
<blockquote><p>composer create-project block8/phpci testphpci &#8211;keep-vcs &#8211;no-dev</p></blockquote>
<p>就會建立一個 testphpci 的資料夾，接著進到資料夾</p>
<blockquote><p><span style="color: #333333;">./console phpci:install</span></p></blockquote>
<p>安裝完成後。到public底下，建立 .htaccess 檔案，貼上以下內容</p>
<pre style="color: #333333;">&lt;IfModule mod_rewrite.c&gt;
  RewriteEngine On
  RewriteBase /path/to/phpci/public
  RewriteCond %<span class="o" style="font-weight: bold;">{</span>REQUEST_FILENAME<span class="o" style="font-weight: bold;">}</span> !-f
  RewriteCond %<span class="o" style="font-weight: bold;">{</span>REQUEST_FILENAME<span class="o" style="font-weight: bold;">}</span> !-d
  RewriteRule . /index.php <span class="o" style="font-weight: bold;">[</span>L<span class="o" style="font-weight: bold;">]</span>
&lt;/IfModule&gt;</pre>
<p>接著把你要使用的子網域，直接指向到public資料夾。<br />
就可以直接指向登入了。<br />
改天試用之後再來發詳細的試用文。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/7/phpci-%e5%ae%89%e8%a3%9d%e7%ad%86%e8%a8%98/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
