<?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>Boris Masis - Personal Homepage &#187; google app engine</title>
	<atom:link href="http://borism.net/category/google-app-engine/feed/" rel="self" type="application/rss+xml" />
	<link>http://borism.net</link>
	<description></description>
	<lastBuildDate>Mon, 24 Aug 2009 20:31:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Simple Environment Handling with Google App Engine</title>
		<link>http://borism.net/2009/01/04/simple-environment-handling-with-google-app-engine/</link>
		<comments>http://borism.net/2009/01/04/simple-environment-handling-with-google-app-engine/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 00:09:39 +0000</pubDate>
		<dc:creator>boris</dc:creator>
				<category><![CDATA[google app engine]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.borism.net/?p=87</guid>
		<description><![CDATA[Ok, so you&#8217;re working with Google App Engine, cool. It comes time to deploy your application, and of course you&#8217;ve created several application copies in your GAE account to have DEV, QA and PROD versions of your app. But how do you manage the app.yaml file which holds the application identifier? (this determines which version [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p>Ok, so you&#8217;re working with <a href="http://code.google.com/appengine/">Google App Engine</a>, cool.</p>
<p>It comes time to deploy your application, and of course you&#8217;ve created several application copies in your GAE account to have DEV, QA and PROD versions of your app. But how do you manage the app.yaml file which holds the application identifier? (this determines which version is uploaded).</p>
<p>Here&#8217;s a simple solution; I have an &#8220;upload DEV.bat&#8221; file in my root folder that has this simple code:</p>

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #b1b100; font-weight: bold;">copy</span> appDEV.yaml app.yaml
appcfg.py update .</pre></div></div>

<p>When I double click on this file to update my DEV app the script just copies the DEV yaml file to app.yaml and then performs the GAE update. You could replicate this file for every environment you have. Presto.</p>
]]></content:encoded>
			<wfw:commentRss>http://borism.net/2009/01/04/simple-environment-handling-with-google-app-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
