<?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>PLATFORMedia LLC &#187; yum</title>
	<atom:link href="http://platformedia.com/oss-blog/tag/yum/feed/" rel="self" type="application/rss+xml" />
	<link>http://platformedia.com</link>
	<description>Corporate Web Site</description>
	<lastBuildDate>Sun, 08 Jan 2012 06:55:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>nginx configuration for uwsgi for Flask</title>
		<link>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/</link>
		<comments>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 06:23:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flask]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[uwsgi]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=485</guid>
		<description><![CDATA[/etc/nginx/conf.d/site.conf :

server &#123;
&#160;server_name example.com www.example.com;
&#160;root home/example/flask/static;
&#160;
&#160;location ~ ^/&#40;img&#124;js&#124;css&#41;/ &#123; &#160;# &#124;pi&#124;&#124;ext&#124;theme
&#160; root &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;/home/example/flask/static;
&#160; add_header &#160; &#160; &#160; &#160; &#160; &#160; &#160;Cache-Control public;
&#160; #expires &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 30d;
&#160; #access_log &#160; &#160; &#160; &#160; &#160; &#160; &#160;off;
&#160;&#125;
&#160;location / &#123; try_files $uri @yourapplication; &#125;
&#160;location [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/nginx-config-for-uwsgi-for-flask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building uwsgi from src.rpm without Python 3</title>
		<link>http://platformedia.com/oss-blog/uwsgi-src-rpm-without-python-3/</link>
		<comments>http://platformedia.com/oss-blog/uwsgi-src-rpm-without-python-3/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 06:39:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[uwsgi]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=494</guid>
		<description><![CDATA[To build uwsgi on Fedora 12 (which has no easy-to-find python3 rpm), run through the rpmbuild process (shown in a previous post in more detail for nginx) and make the following changes :

wget http://kad.fedorapeople.org/packages/uwsgi/uwsgi-0.9.9.2-2.fc15.src.rpm
rpm -ivh uwsgi-0.9.9.2-2.fc15.src.rpm 
rpmbuild -bb &#160;~/rpmbuild/SPECS/uwsgi.spec 
yum install python-devel libuuid-devel jansson-devel libyaml-devel ruby-devel python3-devel python-greenlet-devel &#160;lua-devel &#160;ruby 
# NB: python3-devel doesn&#8217;t exist&#8230;
# [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/uwsgi-src-rpm-without-python-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating nginx (with uwsgi) for Fedora 12 from src.rpm</title>
		<link>http://platformedia.com/oss-blog/nginx-with-uwsgi-src-rpm/</link>
		<comments>http://platformedia.com/oss-blog/nginx-with-uwsgi-src-rpm/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 05:05:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[flask]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/?p=480</guid>
		<description><![CDATA[In order to get access to uwsgi (useful for deploying python flask projects, for instance), one needs a version of nginx > 0.8 or so.  But Fedora 12 doesn&#8217;t have such a modern version :  Here&#8217;s how to build it from a src.rpm from a more recent Fedora release. 

# First, make sure [...]]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/nginx-with-uwsgi-src-rpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum stalling</title>
		<link>http://platformedia.com/oss-blog/yum-stalling/</link>
		<comments>http://platformedia.com/oss-blog/yum-stalling/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 03:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[fedora]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://platformedia.com/index.php/2007/01/yum-stalling/</guid>
		<description><![CDATA[It appears that the RPM database needs rebuilding if a yum process is killedprematurely, since it probably had the RPM db open and now it&#8217;s in an inconsistentstate.
The steps :

Kill all yum and rpm processes.

rm -f /var/lib/rpm/__db*


rpm &#8211;rebuilddb
  (add -vv if you want to see what it&#8217;s doing)
Retry
yum update
.


]]></description>
		<wfw:commentRss>http://platformedia.com/oss-blog/yum-stalling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

