Revision: 386
Author: bslatkin
Date: Mon Aug 2 10:38:15 2010
Log: Updated app engine version number to use with the guide
http://code.google.com/p/pubsubhubbub/source/detail?r=386
Modified:
/wiki/DeveloperGettingStartedGuide.wiki
=======================================
--- /wiki/DeveloperGettingStartedGuide.wiki Tue Mar 2 11:50:27 2010
+++ /wiki/DeveloperGettingStartedGuide.wiki Mon Aug 2 10:38:15 2010
@@ -49,12 +49,12 @@
== download Google App Engine SDK ==
-*!* pshb trunk needs the latest version of GAE (1.2.4 as of today) to
work, but
+*!* pshb trunk needs the latest version of GAE (1.3.5 as of today) to
work, but
*!* the download page display an older version
{{{
-$ wget
http://googleappengine.googlecode.com/files/google_appengine_1.2.4.zip
-$ unzip google_appengine_1.2.4.zip
+$ wget
http://googleappengine.googlecode.com/files/google_appengine_1.3.5.zip
+$ unzip google_appengine_1.3.5.zip
}}}
*!* GAE needs python 2.5 in order to work, if you have an older or newer
version of python install python 2.5 (OS and distro dependent, wont be
covered here)
@@ -193,8 +193,8 @@
CWD=$(pwd)
EXAMPLE=$CWD/tubes/ihasfriendz
-wget http://googleappengine.googlecode.com/files/google_appengine_1.2.4.zip
-unzip google_appengine_1.2.4.zip
+wget http://googleappengine.googlecode.com/files/google_appengine_1.3.5.zip
+unzip google_appengine_1.3.5.zip
svn checkout http://pubsubhubbub.googlecode.com/svn/trunk/ pubsubhubbub