<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Srue Story.</title>
		<link>http://srue.net/</link>
		<description>Srue Life</description>
		<language>ko</language>
		<pubDate>Mon, 08 Feb 2010 13:44:06 +0900</pubDate>
		<generator>Tistory 1.1 (http://www.tistory.com/)</generator>
		<image>
		<title>Srue Story.</title>
		<url><![CDATA[http://cfs13.tistory.com/upload_control/download.blog?fhandle=YmxvZzI1NjgyQGZzMTMudGlzdG9yeS5jb206L2F0dGFjaC8wLzA5MDAwMDAwMDAwMC5qcGc%3D]]></url>
		<link>http://srue.net/</link>
		<description>Srue Life</description>
		</image>
		<item>
			<title>설렘</title>
			<link>http://srue.net/95</link>
			<description>2010년. 설레이는 한해가 되기를. 머할까나~</description>
			<category>LIFE</category>
			<category>다짐</category>
			<author>스루</author>
			<guid>http://srue.net/95</guid>
			<comments>http://srue.net/95#entry95comment</comments>
			<pubDate>Fri, 29 Jan 2010 13:51:08 +0900</pubDate>
		</item>
		<item>
			<title>2010년 매쉬업대회.</title>
			<link>http://srue.net/94</link>
			<description>매쉬업 개발용어 한글화: http://mashupkorea.com/2010/vote_detail?id=48 ( 프로그램 설명 ) 바쁜 프로젝트가 끝나고 휴가를 즐길쯤 같이 스터디 하는 분으로 부터 같이하자는 제의를 받았다. 프로젝트에 올인하고 있었기 때문에 매쉬업 대회라는 것 조차 모르고 있었다. 참가해 보고 싶었던 대회였기 때문에 흔쾌히 승낙을 했다. 기능리스트 들은 이미 나와 있는 상태였고, 어느 정도 개발은 되어 있는 상태였다. View 단..&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
		  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox1.swf?nid=5529041&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;400&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&lt;/div&gt;</description>
			<category>LIFE</category>
			<category>대회</category>
			<category>매쉬업</category>
			<author>스루</author>
			<guid>http://srue.net/94</guid>
			<comments>http://srue.net/94#entry94comment</comments>
			<pubDate>Thu, 21 Jan 2010 12:54:26 +0900</pubDate>
		</item>
		<item>
			<title>[CentOS] Redmine plugin 추가/삭제</title>
			<link>http://srue.net/92</link>
			<description>1. Plugin 추가 참고 : http://www.redmine.org/wiki/redmine/Plugins 플러그인 리스트 : http://www.redmine.org/wiki/redmine/Plugin_List redmine 버전 0.8 이상은 받은 플러그인 소스를 {RAILS_ROOT}/vendor/plugins 밑에 넣는다. 그리고 # rake db:migrate_plugins RAILS_ENV=production 하고 Redmine을 다시..&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
		  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox1.swf?nid=4145791&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;400&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&lt;/div&gt;</description>
			<category>Linux</category>
			<author>스루</author>
			<guid>http://srue.net/92</guid>
			<comments>http://srue.net/92#entry92comment</comments>
			<pubDate>Wed, 09 Sep 2009 15:54:33 +0900</pubDate>
		</item>
		<item>
			<title>[CentOS] Passenger 사용하여 Rails 프로젝트 Apache에 연결.</title>
			<link>http://srue.net/91</link>
			<description>FastCGI 등등 많은 방법들이 있지만 제일 간단하면서도 빠르다고 해서 선택. 연결 해 보자. 설치는 : http://srue.net/90 (참조) 1. passenger 설치 # gem install passenger # passenger-install-apache2-module 소스 코드로 설치시에는 소스 디렉토리를 삭제하면 안된다. 설치 완료후에도 해당 파일(mod_passenger.so, passenger-spawn-server)들을 참조한..&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
		  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox1.swf?nid=4135942&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;400&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&lt;/div&gt;</description>
			<category>Linux</category>
			<category>Apache</category>
			<category>passenger</category>
			<category>Rails</category>
			<author>스루</author>
			<guid>http://srue.net/91</guid>
			<comments>http://srue.net/91#entry91comment</comments>
			<pubDate>Tue, 08 Sep 2009 15:24:26 +0900</pubDate>
		</item>
		<item>
			<title>[CentOS] Ruby on Rails + Redmine + PostgreSQL</title>
			<link>http://srue.net/90</link>
			<description>1. Ruby 설치. yum install ruby ruby-devel ruby-libs ruby-irb ruby-rdoc 2. ruby gems 설치 다운로드 : http://rubyforge.org/frs?group_id=126&amp;release_id=37073 # tar xvf rubygems-1.3.5.taz # cd rubygems-1.3.5 # ruby setup.rb 3. rails 설치. 참고 : http://www.redmine.org/..&lt;div class=&quot;entry-ccl&quot; style=&quot;clear: both; text-align: right; margin-bottom: 10px&quot;&gt;
	&lt;img id=&quot;ccl-icon-90-0&quot; class=&quot;entry-ccl-by&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black01.png&quot; alt=&quot;저작자 표시&quot;/&gt;
	&lt;img id=&quot;ccl-icon-90-1&quot; class=&quot;entry-ccl-nc&quot; src=&quot;http://cfs.tistory.com/static/admin/editor/ccl_black02.png&quot; alt=&quot;비영리&quot;/&gt;
	&lt;!--
	&lt;rdf:RDF xmlns=&quot;http://web.resource.org/cc/&quot; xmlns:dc=&quot;http://purl.org/dc/elements/1.1/&quot; xmlns:rdf=&quot;http://www.w3.org/1999/02/22-rdf-syntax-ns#&quot;&gt;
		&lt;Work rdf:about=&quot;&quot;&gt;
			&lt;license rdf:resource=&quot;http://creativecommons.org/licenses/by-nc-fr/2.0/kr/&quot; /&gt;
		&lt;/Work&gt;
		&lt;License rdf:about=&quot;http://creativecommons.org/licenses/by-nc-fr/&quot;&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Reproduction&quot;/&gt;
			&lt;permits rdf:resource=&quot;http://web.resource.org/cc/Distribution&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Notice&quot;/&gt;
			&lt;requires rdf:resource=&quot;http://web.resource.org/cc/Attribution&quot;/&gt;
			&lt;prohibits rdf:resource=&quot;http://web.resource.org/cc/CommercialUse&quot;/&gt;
		&lt;/License&gt;
	&lt;/rdf:RDF&gt;
	--&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-news-widget&quot; style=&quot;width: 100%; text-align: center&quot;&gt;
		  				&lt;embed src=&quot;http://api.v.daum.net/static/recombox1.swf?nid=4126788&quot; quality=&quot;high&quot; bgcolor=&quot;#ffffff&quot; width=&quot;400&quot; height=&quot;80&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&lt;/div&gt;</description>
			<category>Linux</category>
			<category>CentOS</category>
			<category>PostgreSQL</category>
			<category>Redmine</category>
			<category>ruby</category>
			<author>스루</author>
			<guid>http://srue.net/90</guid>
			<comments>http://srue.net/90#entry90comment</comments>
			<pubDate>Mon, 07 Sep 2009 16:35:01 +0900</pubDate>
		</item>
	</channel>
</rss>
