<?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>Cyberpunk &#187; Heroku</title>
	<atom:link href="http://punk.tw/tag/heroku/feed" rel="self" type="application/rss+xml" />
	<link>http://punk.tw</link>
	<description>網際叛客：學習心得、Web 2.0與網路觀察、Google應用與技術、Ruby on Rails, Google App Engine</description>
	<lastBuildDate>Mon, 29 Nov 2010 06:35:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>如何設定Redmine的發信機制（透過Gmail）</title>
		<link>http://punk.tw/2009/09/27/%e5%a6%82%e4%bd%95%e8%a8%ad%e5%ae%9aredmine%e7%9a%84%e7%99%bc%e4%bf%a1%e6%a9%9f%e5%88%b6%ef%bc%88%e9%80%8f%e9%81%8egmail%ef%bc%89</link>
		<comments>http://punk.tw/2009/09/27/%e5%a6%82%e4%bd%95%e8%a8%ad%e5%ae%9aredmine%e7%9a%84%e7%99%bc%e4%bf%a1%e6%a9%9f%e5%88%b6%ef%bc%88%e9%80%8f%e9%81%8egmail%ef%bc%89#comments</comments>
		<pubDate>Sun, 27 Sep 2009 11:09:15 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[專案管理]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[redmine]]></category>

		<guid isPermaLink="false">http://punk.tw/?p=959</guid>
		<description><![CDATA[上一篇文章如何在Heroku上架設免費、開放源碼的專案管理軟體：Redmine 中所提及的步驟可以協助軟體開發人員快速利用開放原始碼以及雲端運算平台Heroku的力量架設屬於自己的軟體專案管理系統。這篇文章將繼續介紹如何透過Google（Gmail或是您自己註冊的Google Apps）來完成Redmine的發信機制。 首先請在您的Redmind專案的lib目錄中新增smtp_tls.rb檔案，內容如下： 接著在config/environment.rb的最後面新增下列程式碼： 記得將帳號、密碼更換為您自己的設定，若是註冊在Google Apps底下的Gmail，請記得輸入完整的帳號名稱，例如：jackson@michael.com。（domain仍然保留gmail.com即可） 最後利用git指令將最新版的程式碼丟到Heroku上即可！ git add . ; git commit -a -m "Email settings and file:smtp_tls.rb added" git push heroku master P.S. 請記得先以管理員的帳號在您的Redmin系統設定中將系統網址、帳號等選項設定為正確的，以免使用者遺失密碼或是註冊後無法正常啟用帳號。]]></description>
			<content:encoded><![CDATA[<p>上一篇文章<a title="Permanent Link to 如何在Heroku上架設免費、開放源碼的專案管理軟體：Redmine" rel="bookmark" href="http://punk.tw/2009/09/27/943.html">如何在Heroku上架設免費、開放源碼的專案管理軟體：Redmine </a>中所提及的步驟可以協助軟體開發人員快速利用開放原始碼以及雲端運算平台Heroku的力量架設屬於自己的軟體專案管理系統。這篇文章將繼續介紹如何透過Google（Gmail或是您自己註冊的Google Apps）來完成Redmine的發信機制。</p>
<p>首先請在您的Redmind專案的lib目錄中新增smtp_tls.rb檔案，內容如下：<br />
<script src="http://gist.github.com/194721.js" type="text/javascript"></script></p>
<p>接著在config/environment.rb的最後面新增下列程式碼：<br />
 <script src="http://gist.github.com/194722.js" type="text/javascript"></script><br />
記得將帳號、密碼更換為您自己的設定，若是註冊在Google Apps底下的Gmail，請記得輸入完整的帳號名稱，例如：jackson@michael.com。（domain仍然保留gmail.com即可）</p>
<p>最後利用git指令將最新版的程式碼丟到Heroku上即可！<br />
git add . ; git commit -a -m "Email settings and file:smtp_tls.rb added"<br />
git push heroku master</p>
<p>P.S. 請記得先以管理員的帳號在您的Redmin系統設定中將系統網址、帳號等選項設定為正確的，以免使用者遺失密碼或是註冊後無法正常啟用帳號。</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2009/09/27/%e5%a6%82%e4%bd%95%e8%a8%ad%e5%ae%9aredmine%e7%9a%84%e7%99%bc%e4%bf%a1%e6%a9%9f%e5%88%b6%ef%bc%88%e9%80%8f%e9%81%8egmail%ef%bc%89/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在Heroku上架設免費、開放源碼的專案管理軟體：Redmine</title>
		<link>http://punk.tw/2009/09/27/%e5%a6%82%e4%bd%95%e5%9c%a8heroku%e4%b8%8a%e6%9e%b6%e8%a8%ad%e5%85%8d%e8%b2%bb%e3%80%81%e9%96%8b%e6%94%be%e6%ba%90%e7%a2%bc%e7%9a%84%e5%b0%88%e6%a1%88%e7%ae%a1%e7%90%86%e8%bb%9f%e9%ab%94%ef%bc%9aredmi</link>
		<comments>http://punk.tw/2009/09/27/%e5%a6%82%e4%bd%95%e5%9c%a8heroku%e4%b8%8a%e6%9e%b6%e8%a8%ad%e5%85%8d%e8%b2%bb%e3%80%81%e9%96%8b%e6%94%be%e6%ba%90%e7%a2%bc%e7%9a%84%e5%b0%88%e6%a1%88%e7%ae%a1%e7%90%86%e8%bb%9f%e9%ab%94%ef%bc%9aredmi#comments</comments>
		<pubDate>Sun, 27 Sep 2009 08:14:08 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[專案管理]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://punk.tw/2009/09/27/943.html</guid>
		<description><![CDATA[Redmine是一套使用Ruby on Rails所開發的軟體專案管理系統，我自己使用Redmine來追蹤、管理自己手邊的軟體專案已經一年多了，深深感受到Redmine所帶來的便利性。雖然軟體專案管理最終是「人」的管理以及制度如何落實的學問，但一套好的管理工具還是可以有效地提昇團隊合作效率，並且有助於追蹤工作進度。關於Redmine的介紹，改天再另外寫文章介紹（當然網路上應該有許多參考）。 這篇文章著重在如何利用Heroku（號稱提供Rails的雲端運算環境、簡單的部署流程並支援Git）架設免費的Redmine專案管理環境。 環境方面您至少要擁有Rails開發環境、Git版本控制軟體、Ruby gem: Heroku以及Heroku帳號，至於其他需要安裝的Ruby Gems請參考Redmine本身的需求。 svn co http://redmine.rubyforge.org/svn/trunk redmine cd redmine 編輯.gitignore並移除下列兩行內容config/initializers/session_store.rbpublic/plugin_assets rake config/initializers/session_store.rb mv config/database.yml.example config/database.yml rake db:migrate RAILS_ENV="demo"（這一段我是用SQLite的資料庫，是Redmine預設的，有跑這一段好像才會作一些初始化的動作，我就沒仔細去研究如何繞過這一段了，您可以自己在local端開個mysql來完成這個項目） git init; echo .svn >> .gitignore ; git add . ; git commit -a -m "Init Redmine project" svn propset svn:ignore .git .（請svn忽略.git目錄，請注意.git之後還有一個 .） heroku create（或是heroku create your_app_name，若沒指定名稱則會由Heroku隨機產生；完成指令後可以下heroku info觀看相關資訊） git push heroku [...]]]></description>
			<content:encoded><![CDATA[<p>Redmine是一套使用Ruby on Rails所開發的軟體專案管理系統，我自己使用Redmine來追蹤、管理自己手邊的軟體專案已經一年多了，深深感受到Redmine所帶來的便利性。雖然軟體專案管理最終是「人」的管理以及制度如何落實的學問，但一套好的管理工具還是可以有效地提昇團隊合作效率，並且有助於追蹤工作進度。關於Redmine的介紹，改天再另外寫文章介紹（當然網路上應該有許多參考）。</p>
<p>這篇文章著重在如何利用Heroku（號稱提供Rails的雲端運算環境、簡單的部署流程並支援Git）架設免費的Redmine專案管理環境。</p>
<p>環境方面您至少要擁有Rails開發環境、Git版本控制軟體、Ruby gem: Heroku以及Heroku帳號，至於其他需要安裝的Ruby Gems請參考Redmine本身的需求。</p>
<ol>
<li>svn co http://redmine.rubyforge.org/svn/trunk redmine</li>
<li>cd redmine</li>
<li>編輯.gitignore並移除下列兩行內容<br />config/initializers/session_store.rb<br />public/plugin_assets</li>
<li>rake config/initializers/session_store.rb</li>
<li>mv config/database.yml.example config/database.yml</li>
<li>rake db:migrate RAILS_ENV="demo"（這一段我是用SQLite的資料庫，是Redmine預設的，有跑這一段好像才會作一些初始化的動作，我就沒仔細去研究如何繞過這一段了，您可以自己在local端開個mysql來完成這個項目）</li>
<li>git init; echo .svn >> .gitignore ; git add . ; git commit -a -m "Init Redmine project"</li>
<li>svn propset svn:ignore .git .（請svn忽略.git目錄，請注意.git之後還有一個 .）</li>
<li>heroku create（或是heroku create your_app_name，若沒指定名稱則會由Heroku隨機產生；完成指令後可以下heroku info觀看相關資訊）</li>
<li>git push heroku master</li>
<li>heroku rake db:migrate</li>
</ol>
<p>此時在瀏覽器中造訪您的Heroku網址應該就會看到正常執行的畫面了。Redmine預設的管理員帳號密碼皆為admin，您可以直接登入開始使用Redmine來做為您的軟體專案管理系統。</p>
<p>P.S. 依照上列步驟安裝後尚無法使用E-mail發信功能（E-mail notifications for any updates），我在自己的主機上是習慣使用Gmail（或是Google Apps下的Mail）來發信免去自行維護郵件主機的麻煩，我猜Heroku上也可以如法炮製，由於這部份我還沒有研究，等下一篇文章再與各位分享。</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2009/09/27/%e5%a6%82%e4%bd%95%e5%9c%a8heroku%e4%b8%8a%e6%9e%b6%e8%a8%ad%e5%85%8d%e8%b2%bb%e3%80%81%e9%96%8b%e6%94%be%e6%ba%90%e7%a2%bc%e7%9a%84%e5%b0%88%e6%a1%88%e7%ae%a1%e7%90%86%e8%bb%9f%e9%ab%94%ef%bc%9aredmi/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Heroku：線上撰寫Rails程式初體驗</title>
		<link>http://punk.tw/2007/11/20/heroku%ef%bc%9a%e7%b7%9a%e4%b8%8a%e6%92%b0%e5%af%abrails%e7%a8%8b%e5%bc%8f%e5%88%9d%e9%ab%94%e9%a9%97</link>
		<comments>http://punk.tw/2007/11/20/heroku%ef%bc%9a%e7%b7%9a%e4%b8%8a%e6%92%b0%e5%af%abrails%e7%a8%8b%e5%bc%8f%e5%88%9d%e9%ab%94%e9%a9%97#comments</comments>
		<pubDate>Tue, 20 Nov 2007 07:22:37 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web2.0 Website]]></category>
		<category><![CDATA[Heroku]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/11/20/443.html</guid>
		<description><![CDATA[Heroku是一個讓網頁開發人員可以在線上編輯Rails程式的網路服務，目前還在limited beta的階段，有興趣申請的讀者可以到申請網址登記排隊。上一篇文章提到Heroku的幾個特色，這篇文章就登入來玩玩看吧！ 初次登入之後會看到如下畫面： 此時尚未建立任何應用程式，點選建立程式之後會轉到另一個網址：http://edit.untitled-22289.heroku.com/，由於尚未對應用程式命名，網址是以流水號加上untitled的方式命名，這是可以設定的。（說不定還支援使用者自行指定domain name？或許將會是個付費服務）。 上圖是應用程式的設定畫面，可以自訂網址、支援協同編輯、匯入/匯出、程式版本快照（簡單的版本控制），至於Other裡面目前只有Destroy一項功能:p 因為內文都是一些截圖，使用起來對我而言也沒有太大的驚喜，所以先講結論吧！ 適合初學者環境都已經建好了，連資料庫都免費提供，完全不需要學習建置環境或是任何設定，就可以開始快快樂樂寫Rails。 適合拿來當維護環境手邊沒有電腦、沒有合適的開發環境、沒有安全的網路環境，又急著要修改？如果類似的服務可以提供https://的SSL環境，或許可以拿來玩玩看。 適合拿來推廣Rails技術高手想要推廣Rails，但手邊沒有現成的環境，登入Heroku馬上就可以開始demo Ruby on Rails的威力，新手看到一個留言板居然沒有幾行程式就搞定，一定會馬上被拐進來的:D 下圖即編輯程式的主畫面： 畫面的構成我就不多做介紹了，基本上在編輯畫面可以看到Rails app的目錄結構、檢視資料庫schema以及Rails的log file，點選右上角的圖示則會馬上跳轉到應用程式執行的頁面，讓你知道目前執行的狀況。 畫面左下角則有幾個寫Rails必備的指令工具：Generator, Console以及Rake 先打開Console模式來玩玩看，點選Console之後會跳到另一個網址，此時出現的是全螢幕的Console畫面，等等再建幾個Model來玩玩看： HelloWorld，建個留言板！ Code Generator的畫面： 執行之後也會告知執行結果： 稍微寫一下migration，使用編輯器的感覺是非常不順手，我的作業系統、Firefox都是英文環境，語系也設為en-us，但在編輯器裡面卻會出現游標與實際文字位置無法對齊的狀況，實在是相當奇妙。 先不管它，先migrate上去了！Rake的畫面也是純指令模式，這點就不太親切啦～建議開發團隊可以考慮NetBeans那種IDE懶人用法啊XD 看到這個畫面，我才想起我根本還沒設定database啊XD趕快看看database.yaml如下： 換句話說，heroku目前提供了database而且還是postgresql :p，說不定以後也會是個向使用者索取費用的服務。 接下來建立scaffold讓我的guestbook跑起來吧！ 建立完成之後，應該就可以馬上看到程式目前的畫面啦～！ 檢視資料庫 檢視資料庫的畫面可以看到目前有哪些資料表： 也可以直接點進去修改： 檢視Log file 點選各個訊息還可以看到更詳盡的資訊。]]></description>
			<content:encoded><![CDATA[<p>Heroku是一個讓網頁開發人員可以在線上編輯Rails程式的網路服務，目前還在limited beta的階段，有興趣申請的讀者可以到<a href="http://heroku.com/beta">申請網址</a>登記排隊。上一篇文章提到Heroku的幾個特色，這篇文章就登入來玩玩看吧！</p>
<p>初次登入之後會看到如下畫面：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image10.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="222" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb9.png" width="432" border="0"></a> </p>
<p>此時尚未建立任何應用程式，點選建立程式之後會轉到另一個網址：<a title="http://edit.untitled-22289.heroku.com/" href="http://edit.untitled-22289.heroku.com/">http://edit.untitled-22289.heroku.com/</a>，由於尚未對應用程式命名，網址是以流水號加上untitled的方式命名，這是可以設定的。（說不定還支援使用者自行指定domain name？或許將會是個付費服務）。<br /><a href="http://punk.tw/wp-content/uploads/2007/11/image11.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="261" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb10.png" width="416" border="0"></a> </p>
<p>上圖是應用程式的設定畫面，可以自訂網址、支援協同編輯、匯入/匯出、程式版本快照（簡單的版本控制），至於Other裡面目前只有Destroy一項功能:p</p>
<p>因為內文都是一些截圖，使用起來對我而言也沒有太大的驚喜，所以先講結論吧！</p>
<ul>
<li>適合初學者<br />環境都已經建好了，連資料庫都免費提供，完全不需要學習建置環境或是任何設定，就可以開始快快樂樂寫Rails。</li>
<li>適合拿來當維護環境<br />手邊沒有電腦、沒有合適的開發環境、沒有安全的網路環境，又急著要修改？如果類似的服務可以提供https://的SSL環境，或許可以拿來玩玩看。</li>
<li>適合拿來推廣Rails<br />技術高手想要推廣Rails，但手邊沒有現成的環境，登入Heroku馬上就可以開始demo Ruby on Rails的威力，新手看到一個留言板居然沒有幾行程式就搞定，一定會馬上被拐進來的:D</li>
</ul>
<p>下圖即編輯程式的主畫面：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image12.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="310" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb11.png" width="434" border="0"></a> </p>
<p>畫面的構成我就不多做介紹了，基本上在編輯畫面可以看到Rails app的目錄結構、檢視資料庫schema以及Rails的log file，點選右上角的圖示則會馬上跳轉到應用程式執行的頁面，讓你知道目前執行的狀況。</p>
<p>畫面左下角則有幾個寫Rails必備的指令工具：Generator, Console以及Rake</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image13.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="121" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb12.png" width="129" border="0"></a> </p>
<p>先打開Console模式來玩玩看，點選Console之後會跳到另一個網址，此時出現的是全螢幕的Console畫面，等等再建幾個Model來玩玩看：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image14.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="163" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb13.png" width="303" border="0"></a> </p>
<h1>HelloWorld，建個留言板！</h1>
<p>Code Generator的畫面：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image15.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="291" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb14.png" width="422" border="0"></a> </p>
<p>執行之後也會告知執行結果：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image16.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="231" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb15.png" width="339" border="0"></a> </p>
<p>稍微寫一下migration，使用編輯器的感覺是非常不順手，我的作業系統、Firefox都是英文環境，語系也設為en-us，但在編輯器裡面卻會出現<strong>游標與實際文字位置無法對齊</strong>的狀況，實在是相當奇妙。</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image17.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="123" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb16.png" width="304" border="0"></a> </p>
<p>先不管它，先migrate上去了！Rake的畫面也是純指令模式，這點就不太親切啦～建議開發團隊可以考慮NetBeans那種IDE懶人用法啊XD</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image18.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="252" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb17.png" width="358" border="0"></a> </p>
<p>看到這個畫面，我才想起我根本還沒設定database啊XD趕快看看database.yaml如下：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image19.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="116" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb18.png" width="203" border="0"></a> </p>
<p>換句話說，heroku目前提供了database而且還是postgresql :p，說不定以後也會是個向使用者索取費用的服務。</p>
<p>接下來建立scaffold讓我的guestbook跑起來吧！</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image20.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb19.png" width="416" border="0"></a> </p>
<p>建立完成之後，應該就可以馬上看到程式目前的畫面啦～！</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image21.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="131" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb20.png" width="301" border="0"></a> </p>
<h1>檢視資料庫</h1>
<p>檢視資料庫的畫面可以看到目前有哪些資料表：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image22.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="38" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb21.png" width="361" border="0"></a> </p>
<p>也可以直接點進去修改：</p>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image23.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="233" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb22.png" width="382" border="0"></a> </p>
<h1>檢視Log file</h1>
<p><a href="http://punk.tw/wp-content/uploads/2007/11/image24.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="31" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb23.png" width="432" border="0"></a> </p>
<p>點選各個訊息還可以看到更詳盡的資訊。</p>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/11/20/heroku%ef%bc%9a%e7%b7%9a%e4%b8%8a%e6%92%b0%e5%af%abrails%e7%a8%8b%e5%bc%8f%e5%88%9d%e9%ab%94%e9%a9%97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heroku：讓你用網頁介面寫Rails（順便Hosting）</title>
		<link>http://punk.tw/2007/11/20/heroku%ef%bc%9a%e8%ae%93%e4%bd%a0%e7%94%a8%e7%b6%b2%e9%a0%81%e4%bb%8b%e9%9d%a2%e5%af%abrails%ef%bc%88%e9%a0%86%e4%be%bfhosting%ef%bc%89</link>
		<comments>http://punk.tw/2007/11/20/heroku%ef%bc%9a%e8%ae%93%e4%bd%a0%e7%94%a8%e7%b6%b2%e9%a0%81%e4%bb%8b%e9%9d%a2%e5%af%abrails%ef%bc%88%e9%a0%86%e4%be%bfhosting%ef%bc%89#comments</comments>
		<pubDate>Tue, 20 Nov 2007 06:34:50 +0000</pubDate>
		<dc:creator>deduce</dc:creator>
				<category><![CDATA[Ruby on Rails]]></category>
		<category><![CDATA[Web2.0 Website]]></category>
		<category><![CDATA[Heroku]]></category>

		<guid isPermaLink="false">http://punk.tw/2007/11/20/411.html</guid>
		<description><![CDATA[http://heroku.com/ （最近因為忙著申請學校，同時面對工作上的專案跟學校的專題，實在是難有餘裕寫文章，今天算是忙裡偷閒:p幾天沒寫文章手真的很癢，過一陣子忙完會盡量多發文的。） Heroku是個號稱可以讓你在線上撰寫你的Rails程式，並且連Hosting的服務都一起搞定的網路服務，有興趣的朋友可以到此網址排隊申請：http://heroku.com/beta，邀請函目前需要等待12天左右。 Heroku上列出了幾個特色如下： 線上編輯程式 支援Hosting，新建或是匯入Rails程式後即可直接啟動:D 分享或協同編輯 支援匯入、匯出 還支援完整的Console模式&#160; References Heroku: An Online Rails Development and App Hosting Environment]]></description>
			<content:encoded><![CDATA[<p><a href="http://heroku.com/"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="51" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image9.png" width="205" border="0"></a> <a title="http://heroku.com/" href="http://heroku.com/">http://heroku.com/</a></p>
<p> （最近因為忙著申請學校，同時面對工作上的專案跟學校的專題，實在是難有餘裕寫文章，今天算是忙裡偷閒:p幾天沒寫文章手真的很癢，過一陣子忙完會盡量多發文的。）</p>
<p><a href="http://heroku.com/">Heroku</a>是個號稱可以讓你在線上撰寫你的Rails程式，並且連Hosting的服務都一起搞定的網路服務，有興趣的朋友可以到此網址排隊申請：<a title="http://heroku.com/beta" href="http://heroku.com/beta">http://heroku.com/beta</a>，邀請函目前需要等待12天左右。</p>
<p><a href="http://heroku.com/">Heroku</a>上列出了<a href="http://heroku.com/features">幾個特色</a>如下：</p>
<ul>
<li>線上編輯程式<br /><a href="http://punk.tw/wp-content/uploads/2007/11/image4.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="109" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb4.png" width="367" border="0"></a> </li>
<li>支援Hosting，新建或是匯入Rails程式後即可直接啟動:D<br /><a href="http://punk.tw/wp-content/uploads/2007/11/image5.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="107" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb5.png" width="368" border="0"></a> </li>
<li>分享或協同編輯<br /><a href="http://punk.tw/wp-content/uploads/2007/11/image6.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="107" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb6.png" width="380" border="0"></a> </li>
<li>支援匯入、匯出<br /><a href="http://punk.tw/wp-content/uploads/2007/11/image7.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="102" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb7.png" width="367" border="0"></a> </li>
<li>還支援完整的Console模式<br /><a href="http://punk.tw/wp-content/uploads/2007/11/image8.png"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="96" alt="image" src="http://punk.tw/wp-content/uploads/2007/11/image-thumb8.png" width="367" border="0"></a>&nbsp;</li>
</ul>
<p>References</p>
<ul>
<li><a href="http://www.rubyinside.com/heroku-an-online-rails-development-and-app-hosting-environment-647.html">Heroku: An Online Rails Development and App Hosting Environment</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://punk.tw/2007/11/20/heroku%ef%bc%9a%e8%ae%93%e4%bd%a0%e7%94%a8%e7%b6%b2%e9%a0%81%e4%bb%8b%e9%9d%a2%e5%af%abrails%ef%bc%88%e9%a0%86%e4%be%bfhosting%ef%bc%89/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

