<?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: Warehouse installation tutorial</title>
	<atom:link href="http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/</link>
	<description>Random rants about code and life.</description>
	<lastBuildDate>Wed, 12 May 2010 05:37:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sam IT</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2592</link>
		<dc:creator>Sam IT</dc:creator>
		<pubDate>Wed, 12 May 2010 05:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2592</guid>
		<description>Are you sure the path to your socket (in config/database.yml) is correct?

It may be /tmp/mysql.sock

Try to search for it using:
find / -name mysql.sock</description>
		<content:encoded><![CDATA[<p>Are you sure the path to your socket (in config/database.yml) is correct?</p>
<p>It may be /tmp/mysql.sock</p>
<p>Try to search for it using:<br />
find / -name mysql.sock</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam IT</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2591</link>
		<dc:creator>Sam IT</dc:creator>
		<pubDate>Wed, 12 May 2010 05:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2591</guid>
		<description>apt-get install ruby rubygems

should resolve your issue.

Good luck!</description>
		<content:encoded><![CDATA[<p>apt-get install ruby rubygems</p>
<p>should resolve your issue.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hotchkiss</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2587</link>
		<dc:creator>Kyle Hotchkiss</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2587</guid>
		<description>Thanks for the help! (Via the Post and Comments)

My only question is if this software is still being developed or not. The repo looks pretty old, but the site hasn&#039;t taken &quot;license purchasing&quot; information! I would love to hear such great software continues to be modernized!</description>
		<content:encoded><![CDATA[<p>Thanks for the help! (Via the Post and Comments)</p>
<p>My only question is if this software is still being developed or not. The repo looks pretty old, but the site hasn&#8217;t taken &#8220;license purchasing&#8221; information! I would love to hear such great software continues to be modernized!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Hotchkiss</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2586</link>
		<dc:creator>Kyle Hotchkiss</dc:creator>
		<pubDate>Tue, 12 Jan 2010 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2586</guid>
		<description>I can confirm that Alexanders fix works (Even in January 2010)</description>
		<content:encoded><![CDATA[<p>I can confirm that Alexanders fix works (Even in January 2010)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: changelog</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2584</link>
		<dc:creator>changelog</dc:creator>
		<pubDate>Thu, 19 Nov 2009 23:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2584</guid>
		<description>I might have forgotten to indicate to install rubygems on the article. Did you do that?</description>
		<content:encoded><![CDATA[<p>I might have forgotten to indicate to install rubygems on the article. Did you do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Craig</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2582</link>
		<dc:creator>Chris Craig</dc:creator>
		<pubDate>Thu, 19 Nov 2009 12:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2582</guid>
		<description>When I execute: RAILS_ENV=production rake db:schema:load I get this:

(in /var/www/svn)
rake aborted!
no such file to load -- rubygems

Any idea?</description>
		<content:encoded><![CDATA[<p>When I execute: RAILS_ENV=production rake db:schema:load I get this:</p>
<p>(in /var/www/svn)<br />
rake aborted!<br />
no such file to load &#8212; rubygems</p>
<p>Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulf</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2547</link>
		<dc:creator>Ulf</dc:creator>
		<pubDate>Sun, 02 Aug 2009 13:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2547</guid>
		<description>I seem to be blind ;-) The only thing I forgot was to add

RAILS_ENV=production

to my rake commands. Now everything&#039;s fine. Thanks again.</description>
		<content:encoded><![CDATA[<p>I seem to be blind <img src='http://blog.andremedeiros.info/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  The only thing I forgot was to add</p>
<p>RAILS_ENV=production</p>
<p>to my rake commands. Now everything&#8217;s fine. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulf</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2546</link>
		<dc:creator>Ulf</dc:creator>
		<pubDate>Sun, 02 Aug 2009 13:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2546</guid>
		<description>Meanwhile I found the reason: only the development database has contents, the production DB is completely empty. How comes? I did a

rake db:migrate

and a

rake db:schema:load

Thanks in advance :-)</description>
		<content:encoded><![CDATA[<p>Meanwhile I found the reason: only the development database has contents, the production DB is completely empty. How comes? I did a</p>
<p>rake db:migrate</p>
<p>and a</p>
<p>rake db:schema:load</p>
<p>Thanks in advance <img src='http://blog.andremedeiros.info/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulf</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2545</link>
		<dc:creator>Ulf</dc:creator>
		<pubDate>Sun, 02 Aug 2009 13:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2545</guid>
		<description>Hey, thanks for the tutorial. Using Mongrel everything seems fine, I get the installer screen. But when I&#039;m trying to use Apache, I get the following error message:

We&#039;re sorry, but something went wrong.

We&#039;ve been notified about this issue and we&#039;ll take a look at it shortly.

Unfortunately I can&#039;t find anything in the logs. The error log is empty, the access log looks fine.

Any suggestions?

OS: Ubuntu 9.04 Server</description>
		<content:encoded><![CDATA[<p>Hey, thanks for the tutorial. Using Mongrel everything seems fine, I get the installer screen. But when I&#8217;m trying to use Apache, I get the following error message:</p>
<p>We&#8217;re sorry, but something went wrong.</p>
<p>We&#8217;ve been notified about this issue and we&#8217;ll take a look at it shortly.</p>
<p>Unfortunately I can&#8217;t find anything in the logs. The error log is empty, the access log looks fine.</p>
<p>Any suggestions?</p>
<p>OS: Ubuntu 9.04 Server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lordaba</title>
		<link>http://blog.andremedeiros.info/2008/10/warehouse-installation-tutorial/comment-page-1/#comment-2536</link>
		<dc:creator>lordaba</dc:creator>
		<pubDate>Sun, 21 Jun 2009 01:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.andremedeiros.info/?p=20#comment-2536</guid>
		<description>I am stuck at: 

There appears to be a database problem.

    *
      Your config/database.yml may not be written correctly. Please check it and fix any errors.
    *
      Your database schema may be out of date or nonexistant. Please run rake db:migrate to ensure that the database schema is up-to-date.
    *
      The database server may not be running. Please check whether it&#039;s running, and start it if it isn&#039;t.

Error message:
    Can&#039;t connect to local MySQL server through socket &#039;/var/run/mysqld/mysld.sock&#039; (2) (Mysql::Error)
Exception class:
    Mysql::Error 
Application root:
    /home/warehouse/www 

and my datbaase.yml is set to the correct directory based on mysql status command.</description>
		<content:encoded><![CDATA[<p>I am stuck at: </p>
<p>There appears to be a database problem.</p>
<p>    *<br />
      Your config/database.yml may not be written correctly. Please check it and fix any errors.<br />
    *<br />
      Your database schema may be out of date or nonexistant. Please run rake db:migrate to ensure that the database schema is up-to-date.<br />
    *<br />
      The database server may not be running. Please check whether it&#8217;s running, and start it if it isn&#8217;t.</p>
<p>Error message:<br />
    Can&#8217;t connect to local MySQL server through socket &#8216;/var/run/mysqld/mysld.sock&#8217; (2) (Mysql::Error)<br />
Exception class:<br />
    Mysql::Error<br />
Application root:<br />
    /home/warehouse/www </p>
<p>and my datbaase.yml is set to the correct directory based on mysql status command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

