<?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>Comments on: Integrating Ruby On Rails with Apache2 in Ubuntu 9.10</title>
	<atom:link href="http://techno-geeks.org/2010/03/integrating-ruby-on-rails-with-apache2-in-ubuntu-9-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://techno-geeks.org/2010/03/integrating-ruby-on-rails-with-apache2-in-ubuntu-9-10/</link>
	<description>A fusion of technology, music, and geekyness.</description>
	<lastBuildDate>Mon, 19 Dec 2011 12:41:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Josh Dressel</title>
		<link>http://techno-geeks.org/2010/03/integrating-ruby-on-rails-with-apache2-in-ubuntu-9-10/comment-page-1/#comment-8734</link>
		<dc:creator>Josh Dressel</dc:creator>
		<pubDate>Sat, 18 Sep 2010 21:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://techno-geeks.org/?p=416#comment-8734</guid>
		<description>Thanks for the tutorial. I have a few comments.

A very important missing element was creating a symbolic link to gems. Without this, typing gem into the control panel has no results.
sudo ln -s /usr/bin/gem1.8 /usr/local/bin/gem

As soon as I installed passenger, the version was 2.2.15 but the contents of phusion.load points to 2.2.11. When passenger upgrades in the future, this file will need to be rewritten to reflect the correct version of passenger.

The last thing is in the creation of the mysql db for testapp_develepment. The command line issue of mysql create testapp_development -u root -p, at least on my Ubuntu 10.04 system, does not prompt for the password. This leaves me needing to enter my password on the command line itself becoming part of the history where anyone can see it. It&#039;s more secure to login to MySQL with mysql -u root -p which prompts for the password. Then from there, create the database.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial. I have a few comments.</p>
<p>A very important missing element was creating a symbolic link to gems. Without this, typing gem into the control panel has no results.<br />
sudo ln -s /usr/bin/gem1.8 /usr/local/bin/gem</p>
<p>As soon as I installed passenger, the version was 2.2.15 but the contents of phusion.load points to 2.2.11. When passenger upgrades in the future, this file will need to be rewritten to reflect the correct version of passenger.</p>
<p>The last thing is in the creation of the mysql db for testapp_develepment. The command line issue of mysql create testapp_development -u root -p, at least on my Ubuntu 10.04 system, does not prompt for the password. This leaves me needing to enter my password on the command line itself becoming part of the history where anyone can see it. It&#8217;s more secure to login to MySQL with mysql -u root -p which prompts for the password. Then from there, create the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://techno-geeks.org/2010/03/integrating-ruby-on-rails-with-apache2-in-ubuntu-9-10/comment-page-1/#comment-6543</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sun, 13 Jun 2010 20:23:14 +0000</pubDate>
		<guid isPermaLink="false">http://techno-geeks.org/?p=416#comment-6543</guid>
		<description>Hey i have Ubuntu 10 Server version, and i tried to configure it following this guide and i cant get the About your applications&#039;s evnirenment to deploy, only if i use script/server i can deploy it.</description>
		<content:encoded><![CDATA[<p>Hey i have Ubuntu 10 Server version, and i tried to configure it following this guide and i cant get the About your applications&#8217;s evnirenment to deploy, only if i use script/server i can deploy it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

