<?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>Anna K. Jonsson &#187; Versions</title>
	<atom:link href="http://annakjonsson.com/tag/versions/feed/" rel="self" type="application/rss+xml" />
	<link>http://annakjonsson.com</link>
	<description>Interaction Designer and Daydreamer</description>
	<lastBuildDate>Sun, 25 Jul 2010 03:51:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What I learned about Versions in Google AppEngine</title>
		<link>http://annakjonsson.com/2009/05/24/what-i-learned-about-versions-in-google-appengine/</link>
		<comments>http://annakjonsson.com/2009/05/24/what-i-learned-about-versions-in-google-appengine/#comments</comments>
		<pubDate>Sun, 24 May 2009 18:42:21 +0000</pubDate>
		<dc:creator>Anna</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Google AppEngine]]></category>
		<category><![CDATA[Versions]]></category>

		<guid isPermaLink="false">http://serialanna.wordpress.com/?p=64</guid>
		<description><![CDATA[I am a novice web developer, having recently completed a course utilizing Google AppEngine in which we learned the basic principles of creating and deploying &#8230;]]></description>
			<content:encoded><![CDATA[<p>I am a novice web developer, having recently completed a course utilizing Google AppEngine in which we learned the basic principles of creating and deploying complex websites (the course took a flyby view of css, html, python, javascript, ajax, and AppEngine). As a newbie, I am still coming across roadblocks that might not even seem like problems to those with more experience.  We used Dr. Chuck&#8217;s <a href="http://www.appenginelearn.com/">Using Google AppEngine</a> before it was even published. It was very helpful and I recommend you check it out if you&#8217;re interested in using AppEngine.</p>
<p>So to the problem and the solution, then.</p>
<p><strong>The Problem:</strong> I uploaded a new version of the website I had just deployed. Notably, I had updated the version number in my app.yaml file (which I soon thereafter learned really wasn&#8217;t necessary). I used the regular <strong>appcfg.py update</strong> command from my terminal. However, despite receiving the &#8220;Closing update: new version is ready to start serving&#8221; message in my terminal following upload, I did not see the changes on the website itself.</p>
<p><strong>The Solution:</strong> AppEngine sets the first version you upload as the default version. Therefore, you will need to change the default version.</p>
<p>1. Visit http://appengine.google.com/<br />
2. Select your desired application.<br />
3. In the left-hand sidebar, under Administration, select Versions.<br />
4. Select the version you want the public to see.<br />
5. Select &#8220;Make Default.&#8221;</p>
<p>This will display the most recent version (or the version you choose) at the app&#8217;s url (http://[yourappname].appspot.com).</p>
<p>And as I learned, you don&#8217;t really need to change the version until the changes have been tested and are ready for deployment. So if you are updating to fix minor errors, I don&#8217;t think you should change your version in the app.yaml file like I did.</p>
<p>Cheers, and thank you for traveling with me on my learning experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://annakjonsson.com/2009/05/24/what-i-learned-about-versions-in-google-appengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
